Skip to main content

TcxGridChartView.IsDataGrouped Property

Determines whether series values displayed in the View are grouped in the same categories.

Declaration

property IsDataGrouped: Boolean read;

Property Value

Type
Boolean

Remarks

This property returns True when at least a single data group is visible.

For grouped series values, chart values are calculated as specified by the GroupSummaryKind property of the series.

See Also