Search
AxisRenderer.getShowCoordinates Method
See Also
 






Gets a value indicating whether this AxisRenderer should draw axis coordinates.

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

 Syntax

Java  Copy Code

public boolean getShowCoordinates ()

 Return Value

true if the Axis coordinates should be drawn; otherwise, false.

 Remarks

Use setAxis to specify the Axis rendered by this AxisRenderer.

 See Also