Search
TowerRenderer.setMargins Method
See Also
 






Sets the size of margins around chart graphics.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

public void setMargins (
    Margins value
)

 Parameters

value

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

 See Also