TChartSeries.XLabelsSource

TChartSeries.XLabelsSource
TChartSeries

property XLabelsSource: String;

Unit
TeEngine

Description
The XLabelsSource is the name of a DataSet field. DataSet can be a TTable, TQuery, TClientDataset or any other TDataSet derived component. This is the database field that contains the point Labels. Valid Field types are all that have a valid AsString method. This property is optional. If no LabelsSource specified, Series XLabels will be empty.