Skip to main content
A newer version of this page is available. .

TdxChartSeriesPoints.Values Property

Provides indexed access to stored series point values.

Declaration

property Values[Index: Integer]: Variant read; write;

Property Value

Type Description
Variant

A series point value.

Remarks

Use Arguments and Values properties to access and modify individual series point arguments and values.

Tip

To identify the actual data type of series point values, you can use the DataBinding.ValueField.ValueType property.

See Also