TcxGridChartViewData.SumOfValues Property
Returns the sum of values of the series whose index is passed as the ASeriesIndex parameter.
Declaration
property SumOfValues[ASeriesIndex: Integer]: Variant read;
Property Value
Type |
---|
Variant |
Remarks
The index of a series can be obtained via its Index property.
See Also