Search
TowerRenderer.margins Property
See Also
 






Gets or sets the size of margins around chart graphics.

Namespace: MindFusion.Charting
File: TowerRenderer.js

 Syntax

JavaScript  Copy Code

get margins() {}
set margins(value) {}

 Property Value

Margins

A Margins instance specifying margin size on each side of the plot.

 See Also