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

TcxGridChartViewData.Values Property

Provides indexed access to series values associated with the View.

#Declaration

Delphi
property Values[ASeriesIndex: Integer; AIndex: Integer]: Variant read; write;

#Property Value

Type Description
Variant

A series value.

#Remarks

Use the Values property to access and modify a specific series value provided by the data controller for displaying in the View. The ASeriesIndex and AIndex parameters specify correspondingly the index of the series in the collection of series and the index of the series value within the collection of series values in this series. Alternatively, you can use the Values collection of a specific series for this purpose.

Note

The View’s Categories.SortOrder property and the SortOrder property of series and data groups do not affect the order in which series values are stored within the Values collection.

See Also