2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.8 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItemCollection Class / Item Property
The zero-based index of the element to get or set.

In This Topic
    Item Property (AxisScrollBar.ScaleMenuItemCollection)
    In This Topic
    Gets or sets the AxisScrollBar.ScaleMenuItem at the specified index.
    Syntax
    'Declaration
     
    Public ReadOnly Default Property Item( _
       ByVal i As System.Integer _
    ) As AxisScrollBar.ScaleMenuItem
    public AxisScrollBar.ScaleMenuItem this[ 
       System.int i
    ]; {get;}

    Parameters

    i
    The zero-based index of the element to get or set.

    Property Value

    The element at the specified index.
    See Also