Gauge for WPF | ComponentOne
C1.WPF.Gauge Assembly / C1.WPF.Gauge Namespace / GaugeRangeCollection Class / SetItem Method
The index.
The range.

In This Topic
    SetItem Method
    In This Topic
    Sets the range.
    Syntax
    'Declaration
     
    Protected Overrides Sub SetItem( _
       ByVal index As Integer, _
       ByVal item As GaugeRange _
    ) 
    protected override void SetItem( 
       int index,
       GaugeRange item
    )

    Parameters

    index
    The index.
    item
    The range.
    Exceptions
    ExceptionDescription
    The exception that is thrown when a method call is invalid for the object's current state.
    See Also