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

Provides indexed access to category values associated with a particular visible data group.

#Declaration

Delphi
property VisibleGroupValues[AVisibleDataGroupIndex: Integer; AIndex: Integer]: Variant read;

#Property Value

Type
Variant

#Remarks

The AVisibleDataGroupIndex parameter specifies the index of a visible data group in the VisibleDataGroups collection.

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

Use the VisibleGroupValueCount property to determine the total number of category values associated with a particular visible data group.

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

See Also