Charting for WinForms Programmer's Guide
Renderer2D.GetMaxYSumPositive Method
See Also
 






Gets the maximum sum of positive Y data values locates at same index in all series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected double GetMaxYSumPositive (
    double origin
)

Visual Basic  Copy Code

Protected Function GetMaxYSumPositive( _
    origin As Double _
) As Double

 Parameters

origin

 Return Value

A double value containing the maximum sum.

 See Also

Renderer2D Members
Renderer2D Class
MindFusion.Charting Namespace