Search
Renderer2D.domainData Method
See Also
 






Gets the domain Axis coordinate (input value) of the specified data item.

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

 Syntax

Java  Copy Code

protected double domainData (
    int seriesIndex,
    int dataIndex
)

 Parameters

seriesIndex

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