Provides different label types.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
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