Implements Series.GetValue. Returns a value for the specified data item in the data source.
Namespace: MindFusion.Charting
Package: DataBoundSeries.js
JavaScript Copy Code |
---|
function getValue (index, dimension) |
An integer value specifying the index of a data item.
An integer value specifying the dimension whose coordinate to return.
A double-precision number representing the value of a data item in the data source.