Back to Devexpress

TcxGridChartView.VisibleDataGroups Property

vcl-cxgridchartview-dot-tcxgridchartview-4aa935e8.md

latest973 B
Original Source

TcxGridChartView.VisibleDataGroups Property

Provides indexed access to all data groups associated with data levels in the View.

Declaration

delphi
property VisibleDataGroups[Index: Integer]: TcxGridChartDataGroup read;

Property Value

TypeDescription
TcxGridChartDataGroup

A visible Chart View data group.

|

Remarks

Use the VisibleDataGroupCount property to identify the number of data groups accessible through the VisibleDataGroups property.

See Also

TcxGridChartView.DataGroups Property

TcxGridChartView Class

TcxGridChartView Members

cxGridChartView Unit