Sets a value indicating whether this AxisRenderer should draw axis coordinates.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public void setShowCoordinates ( |
true if the AxisRenderer draws ais coordinates; otherwise, false.
RemarksWhen 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