Gets the sum of all data values in this line series.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public double Sum { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Sum As Double |
A double number that represents the sum.
The property returns the sum of all numbers this line displays. The numbers are taken from the respective YData array for vertical charts. For horizontal charts the array is taken from XData.