Eyeshot 11 WinForms API Reference
WinForms Assembly / devDept.Eyeshot Namespace / Legend Class / SetRange Method
The legend's minimum value
The legend's maximum value

In This Topic
    SetRange Method
    In This Topic
    Sets the range of legend values.
    Syntax
    'Declaration
     
    Public Sub SetRange( _
       ByVal min As Double, _
       ByVal max As Double _
    ) 
    public void SetRange( 
       double min,
       double max
    )

    Parameters

    min
    The legend's minimum value
    max
    The legend's maximum value
    See Also