MindFusion.Charting for Java Programmer's Guide
BiaxialChart.getShowXTicks Method
See Also
 






  Gauges

Gets a value that indicates if ticks at the X-axis are rendered.

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

 Syntax

Java  Copy Code

public boolean getShowXTicks ()

 Return Value

true to render ticks; otherwise, false.

 See Also