TChartValueList
Hierarchy Properties Methods
Unit
TeEngine
Description
The TChartValueList component is the container of point values.
Each TChartSeries component has one or more values lists.
The TChartSeries.XValues and TChartSeries.YValues properties are TChartValueList components.
Some other Series components have more values lists.
For example, the TBubbleSeries component has another value list: TBubbleSeries.RadiusValues.
TChartValue items are stored as TChartValue which is of type
double
by default.
If you have TeeChart source code, you can recompile it forcing TeeChart classes to use
single
or
extended
value types.
See TeeDefs.inc include file for details.