Skip to main content

TcxGridChartSeries.GroupSummaryKind Property

Specifies the summary function used to calculate group summaries against series values grouped in categories associated with visible data groups.

Declaration

property GroupSummaryKind: TcxSummaryKind read; write; default cxGridChartItemDefaultSummaryKind;

Property Value

Type Default
TcxSummaryKind cxGridChartItemDefaultSummaryKind

Remarks

The resulting summary values are calculated against chart values visualized as data markers. Note that the value of skNone cannot be assigned to this property.

Default Value

The GroupSummaryKind property’s default value is cxGridChartItemDefaultSummaryKind.

See Also