Implements Series.GetValue. Returns a coordinate of specified point in this series.
Namespace: MindFusion.Charting
File: StockPriceSeries.js
JavaScript Copy Code |
---|
function getValue (index, dimension) |
Type: Number
An integer value specifying the index of a data item.
Type: Number
An integer value specifying the dimension whose coordinate to return.
Type: Number
A double-precision number representing the value of a data item in the series.