Search
Renderer2D.getLastInRange Method
See Also
 






Gets the index of last data item from the specified Series in the currently visible plot range.

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

 Syntax

Java  Copy Code

protected int getLastInRange (
    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 last data item found in the specified range.

 See Also