TChartSeries.XValues
TChartSeries
property XValues: TChartValueList;
Unit
TeEngine
Description
By default, any TChartSeries has an XValues property. This is the TChartValueList where the point values will be stored at runtime. Also by default, XValues is a public property. Some derived Series publish it: TLineSeries, TBarSeries, TPointSeries, etc. Some others publish it with another, more friendly name: TGanttSeries.TGanttSeries.StartValues, etc.
WARNING:
You CAN NOT TChartSeries.Delete, TChartSeries.Clear or TChartSeries.Add values DIRECTLY. You need to call the TChartSeries equivalent methods to do this.