MindFusion.Java Package Programmer's Guide
BarSeries.getXAxisLabels Method
See Also
 






Gets the labels for the X-axis.

Namespace: com.mindfusion.charting
Package: 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

BarSeries Members
BarSeries Class
com.mindfusion.charting Namespace