ComponentOne CandlestickChart for ASP.NET Web Forms
C1.Web.Wijmo.Controls.4 Assembly / C1.Web.Wijmo.Controls.C1Chart Namespace / C1ChartNavigator Class / RangeMax Property

In This Topic
    RangeMax Property
    In This Topic
    Gets or sets the right value of navigator range.
    Syntax
    'Declaration
     
    Public Property RangeMax As System.Nullable(Of Double)
    public System.Nullable<double> RangeMax {get; set;}
    See Also