TChartValueList

TChartValueList
Hierarchy     Properties     Methods     

Unit
TeEngine

Description
The TChartValueList component is the container of point values.

Each TChart
Series.html">Series component has one or more values lists.

The
XValues and YValues properties are TChartValueList components.

Some other Series components have more values lists.
For example,
the BubbleSeries component has another value list: 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.