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

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