Gets the labels for the X-axis.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public List<String> getXAxisLabels () |
A list with strings that represent the labels for the X-axis.
RemarksUse setXAxisLabels to specify the labels.
See Also