TeEngine.TChartSeries.XValues
 
 
 


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.



Send us Help Feedback. Copyright 1995-2024 © by Steema Software. All Rights Reserved.