Skip to main content

TcxGridChartView.VisibleDataGroupCount Property

Gets a count of data groups associated with data levels in the View. These data groups are called visible data groups.

Declaration

property VisibleDataGroupCount: Integer read;

Property Value

Type
Integer

Remarks

To access a particular visible data group, use the VisibleDataGroups zero-based collection.

See Also