Search
Renderer2D.GetMaxXSumPositive Method
See Also
 






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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected double GetMaxXSumPositive (
    double origin
)

Visual Basic  Copy Code

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

 Parameters

origin

 Return Value

A double value containing the maximum sum.

 See Also