Contents  All Classes  Index A-Z  All Units


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.


Submit your feedback about this page.

Copyright 1995-2007 © by Steema Software. All Rights Reserved.