EJSC.PieSeries.total_value
See Also
|
Definition
integer total_value = undefined
Description
Defines the total value (sum) of all pie pieces in the series. If left undefined, this value will be calculated automatically by adding all the piece values when the series data is loaded.
This property is only applicable during series creation. To determine or modify the total value once the series has been created use the getTotalValue and setTotalValue methods.
To force the chart to recalculate the total value based on actual series data, use the resetTotalValue method. |