MindFusion.Charting Programmer's Guide

Line.Sum Property

See Also
 





Gets the sum of all data values in this line series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public double Sum { get; }

Visual Basic  Copy Code

Public ReadOnly Property Sum As Double

 Property Value

A double number that represents the sum.

 Remarks

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.

 See Also