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.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