ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc Namespace / LinearGauge Class / TickSpacing Property

In This Topic
    TickSpacing Property (LinearGauge)
    In This Topic
    Gets or sets the spacing between tickmarks.
    Syntax
    'Declaration
     
    Public Property TickSpacing As Nullable(Of Double)
    public Nullable<double> TickSpacing {get; set;}
    Remarks
    Set the ShowTicks property to true if you want the gauge to show tickmarks along its face. By default, the interval between tickmarks is defined by the Step property. Use the TickSpacing property to override the default and use a spacing that is different from the Step value. Set the TickSpacing property to null to revert to the default behavior.
    See Also