TcxGridChartSeries.GroupSummaryKind Property
In This Article
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 |
---|---|
Tcx |
cx |
#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