Search
AxisRenderer.setShowCoordinates Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setShowCoordinates (
    boolean value
)

 Parameters

value

true if the AxisRenderer draws ais coordinates; otherwise, false.

 Remarks

When you specify with setLabelsSource that the labels of a Series must be rendered at the axis you can use this method to hide the coordinate labels and avoid duplicate labels at the same position.

 See Also