Skip to main content

TcxGridChartSeries.GroupSummaryKind Property

Specifies the summary function used to calculate group summaries against series values grouped within 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 represent chart values visualized in a chart by data markers. Note that the value of skNone cannot be assigned to this property.

The default value for the GroupSummaryKind property is specified by the cxGridChartItemDefaultSummaryKind constant.

See Also