XLabel

[method icon] XLabel(iIndex, sText$)

Graph x-axis label (index and text)

iIndex Integer
sText$ String

Applies to: Graph

Introduced in KCML version 5.03


>

XLabel

The graph XLabel(index, string) method is used to provide labels along the X-axis of bar graphs. It has no use on pie charts. On graphs with multiple data sets, the elements with the same index from each of the data sets are grouped together and labelled.

For pie charts and to label each data set, see the Legend() method.

See also

Graph methods, properties and events.