Search
AxisLabelType Enumeration
See Also
 






Provides different label types.

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

 Syntax

Java  Copy Code

public enum AxisLabelType

 Members

  Member name Description

Custom

The labels are custom strings.

None

No labels are drawn.

Scale

The numeric scale for the axis is drawn.

 See Also