TcxGridChartItemDataBinding.SummaryIndex Property
Determines the index of a group summary associated with bound data.
Declaration
property SummaryIndex: Integer read;
Property Value
Type |
---|
Integer |
Remarks
If the DataBinding object is linked to a series, a group summary (a TcxDataSummaryItem object type) is automatically created for the linked series. Once created, the group summary object can be accessed via the SummaryItem property. The SummaryIndex property returns the index of the summary object in the View’s DataController.Summary.DefaultGroupSummaryItems collection.
See Also