MindFusion.Java Package Programmer's Guide
Renderer2D.getFirstInRange Method (Int32, Axis)
See Also
 






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

Namespace: com.mindfusion.charting
Package: 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

getFirstInRange Method Overload List
Renderer2D Members
Renderer2D Class
com.mindfusion.charting Namespace