Gets the maximum value from all series located at specified index.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
protected double GetMaxValue ( |
Visual Basic
Copy Code
|
|---|
Protected Function GetMaxValue( _ |
An integer index of data element in the series.
A double value representing the largest data element.
See Also