2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AxisScrollBar.ScaleMenuItemCollection Class / Item Property

In This Topic
    Item Property (AxisScrollBar.ScaleMenuItemCollection)
    In This Topic
    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
    See Also