Search
RadarRenderer.GetMaxValue Method
See Also
 






Gets the maximum value from all series located at specified index.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected double GetMaxValue (
    int index
)

Visual Basic  Copy Code

Protected Function GetMaxValue( _
    index As Integer _
) As Double

 Parameters

index

An integer index of data element in the series.

 Return Value

A double value representing the largest data element.

 See Also