Search
BarSeries.getXAxisLabels Method
See Also
 






Gets the labels for the X-axis.

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

 Syntax

Java  Copy Code

public List<String> getXAxisLabels ()

 Return Value

A list with strings that represent the labels for the X-axis.

 Remarks

Use setXAxisLabels to specify the labels.

 See Also