Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TdxChartSeriesPoints.Values Property

Provides indexed access to stored series point values.

#Declaration

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

#Property Value

Type Description
Variant

A series point value.

You can use the Count property to identify the number of items accessible through the Values property.

#Remarks

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

You can use ArgumentDisplayTexts and ValueDisplayTexts properties to define custom display text for series arguments and values. If these properties are unspecified, the Chart control generates display text for series value labels and tooltips from corresponding Arguments and Values property values.

Tip

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

See Also