XAxisLabelsSource property
The name of the data item that contains the labels for the x-axis.
Syntax
Set: Chart.setXAxisLabelsSource(strSource)
Get: strSource = Chart.getXAxisLabelsSource
Applies to
Chart object.
Data type
string. The name of a data item (a one-dimensional array) that contains the x-axis labels.
Usage
After getting or setting XAxisLabelsSource, call refresh() to update the chart display.
See also
XAxisLabels property
xAxisLabels PARAM tag