TChartSeries.XValues
 
 
 

All Units  All Classes  Properties, Methods and Events  

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.StartValues, etc.

WARNING:

You CAN NOT Delete, Clear or Add values DIRECTLY. You need to call the TChartSeries equivalent methods to do this.



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