Implements Series.getValue. Returns the value for the specified data item in this DateTimeSeries.
Namespace: com.mindfusion.charting
File: com.mindfusion.charting
SyntaxJava
Copy Code
|
|---|
public double getValue ( |
The zero-based index of the data item.
The zero-based index of the coordinate to return.
A double-precision number representing the value of the specified data item in the DateTimeSeries.
See Also