TcxGridChartSeries.SumOfValues Property
Returns the sum of series values that are used to render a chart.
Declaration
property SumOfValues: Variant read;
Property Value
| Type |
|---|
| Variant |
Remarks
To obtain the sum of values of a specific series, use the View’s ViewData.SumOfValues property.
See Also