Returns the sum of all IValueList values.
public Double Total {get;}

Remarks


The Total double property maintains the sum of all IValueList values. When adding, deleting or modifying point values using the right methods, Total is automatically incremented and decremented.

Total property is used by some Functions to improve speed when performing calculations against point values, where having already calculated the sum of point values is necessary.

Example


[C#]

MessageBox.Show("Total Sales are:"+tChart1[0].YValues.Total.ToString());


See Also

ValueList Class | ValueList Members | Steema.TeeChart.Styles Namespace