Search
BiaxialChart.setShowYTicks Method
See Also
 






Sets a value that indicates if ticks are rended at the Y-axis.

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

 Syntax

Java  Copy Code

public void setShowYTicks (
    boolean value
)

 Parameters

value

true to render ticks; otherwise, false.

 See Also