Search
Renderer2D.GetLastInRange Method (Int32, Axis)
See Also
 






Gets the index of last data item in specified range.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected int GetLastInRange (
    int s,
    Axis axis
)

Visual Basic  Copy Code

Protected Function GetLastInRange( _
    s As Integer, _
    axis As Axis _
) As Integer

 Parameters

s

An integer value specifying index in Series list.

axis

An Axis instance identifying the data range.

 Return Value

An integer index of last data item found in specified range.

 See Also