Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TcxGridChartSeries.GroupSummaryKind Property

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

#Declaration

Delphi
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