Back to Devexpress

TcxGridChartViewData.Values Property

vcl-cxgridchartview-dot-tcxgridchartviewdata-9592684f.md

latest1.9 KB
Original Source

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

TypeDescription
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

TcxGridChartDataGroup.ActiveValue Property

TcxGridChartView.ActiveDataGroup Property

Obtain and Set Values in Chart Views

TcxGridChartViewData Class

TcxGridChartViewData Members

cxGridChartView Unit