Search
AxisRenderer.getShowTicks Method
See Also
 






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

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

 Syntax

Java  Copy Code

public boolean getShowTicks ()

 Return Value

true if ticks are drawn; otherwise, false.

 Remarks

Ticks are the little line marks that are drawn at axis divisions.

 See Also