Search
BiaxialChart.setShowXCoordinates Method
See Also
 






Sets a value that indicates if labels for coordinates are rendered at the X-axis.

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

 Syntax

Java  Copy Code

public void setShowXCoordinates (
    boolean value
)

 Parameters

value

true to show axis coordinates; otherwise, false.

 See Also