Search
Renderer2D.imageData Method
See Also
 






Gets the image Axis coordinate (output value) ofthe  specified data item.

Namespace: com.mindfusion.charting
File: com.mindfusion.charting

 Syntax

Java  Copy Code

protected double imageData (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex

The zero-based index of the Series within the list of all Series rendered by this Renderer2D.

dataIndex

The zero-based index of the data item in the specified Series.

 Return Value

A double value.

 See Also