Search
Renderer2D.getFirstInRange Method
See Also
 






Gets the index of first data item in the specified range.

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

 Syntax

Java  Copy Code

protected int getFirstInRange (
    int s,
    Axis axis
)

 Parameters

s

The zero-based index of the Series.

axis

An Axis instance identifying the data range.

 Return Value

The zero-based index of the first data item found in the specified range.

 See Also