Search
Renderer2D.yData Method
See Also
 






Gets the Y-value of the specified data item.

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

 Syntax

Java  Copy Code

protected double yData (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex

The zero-based index of the Series within the list of the 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