Search
AxisRenderer.setShowTicks Method
See Also
 






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

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

 Syntax

Java  Copy Code

public void setShowTicks (
    boolean value
)

 Parameters

value

true if ticks are drawn; otherwise, false.

 Remarks

Ticks ar little lines that are drawn to separate intervals.

 See Also