Search
Renderer2D.getFirstInRange Method
See Also
 






Gets the index of first data item in the currently visible plot range.

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

 Syntax

Java  Copy Code

protected int getFirstInRange (
    int s,
    RenderContext context
)

 Parameters

s

The zero-based index of the Series.

context

A RenderContext instance.

 Return Value

The zero-based index of the first visible data item.

 See Also