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






Gets the index of first data item in specified range.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

protected int GetFirstInRange (
    int s,
    Axis axis
)

Visual Basic  Copy Code

Protected Function GetFirstInRange( _
    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 first data item found in specified range.

 See Also