Search
BarSeries.setXAxisLabels Method
See Also
 






Sets the X-axis labels.

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

 Syntax

Java  Copy Code

public void setXAxisLabels (
    List<String> value
)

 Parameters

value

A list with string values that identify the X-axis labels.

 See Also