ASP.NET Core MVC Controls | ComponentOne
C1.AspNetCore.Mvc Assembly / C1.Web.Mvc.TagHelpers Namespace / LinearGaugeTagHelper Class / ShowTicks Property

In This Topic
    ShowTicks Property (LinearGaugeTagHelper)
    In This Topic
    Configurates C1.Web.Mvc.Gauge.ShowTicks. Sets a property that determines whether the gauge should display tick marks at each step value.
    Syntax
    'Declaration
     
    Public Property ShowTicks As Boolean
    public bool ShowTicks {get; set;}
    See Also