MCPcopy Create free account
hub / github.com/antvis/F2Native / GetPadding

Method GetPadding

core/graphics/XChart.h:260–260  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

258 }
259
260 inline const std::array<double, 4> GetPadding() { return userPadding_; }
261 inline const std::array<double, 4> GetMargin() { return margin_; }
262
263 /// bind long long to webassembly会报错,所以改成long,渲染时间用long表示也够用了

Callers 2

AlignLegendMethod · 0.80
CalLegendWidthMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected