Skip to main content

TcxGridChartViewData.VisibleGroupValueCount Property

Determines the total number of category values associated with a particular visible data group.

Declaration

property VisibleGroupValueCount[AVisibleDataGroupIndex: Integer]: Integer read;

Property Value

Type
Integer

Remarks

A visible data group is referenced by its index passed as the AVisibleDataGroupIndex parameter. Note that the VisibleGroupValueCount property returns 0 when the data group at a lower level (relative to the specified visible data group) has no active value assigned.

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

See Also