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

In This Topic
    Step Property
    In This Topic
    Gets or sets a value to determine the size of each changing of navigator range.
    Syntax
    'Declaration
     
    Public Property Step As System.Nullable(Of Double)
    public System.Nullable<double> Step {get; set;}
    See Also