Back to Devexpress

TcxGridChartViewData.GroupValues Property

vcl-cxgridchartview-dot-tcxgridchartviewdata-ca322e8e.md

latest1.8 KB
Original Source

TcxGridChartViewData.GroupValues Property

Provides indexed access to category values associated with data groups.

Declaration

delphi
property GroupValues[ADataGroupIndex: Integer; AIndex: Integer]: Variant read; write;

Property Value

Type
Variant

Remarks

The ADataGroupIndex parameter specifies the index of a data group in the DataGroups collection.

The AIndex parameter specifies the index of the category value within the data group’s Values collection.

Note

The View’s Categories.SortOrder property and the SortOrder property of series and data groups don’t affect the order of storing values within the GroupValues collection.

To access category values associated with a particular visible data group, use the VisibleGroupValues collection.

See Also

TcxGridChartViewData.VisibleGroupValues

Obtain and Set Values in Chart Views

TcxGridChartViewData Class

TcxGridChartViewData Members

cxGridChartView Unit