Gets the minimum value from all series located at specified index.
Namespace: MindFusion.Charting
File: RadarRenderer.js
SyntaxJavaScript
Copy Code
|
|---|
function getMinValue (index) |
Type: Number
An integer index of data element in the series.
Type: Number
A number value representing the smallest data element.
See Also