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

In This Topic
    ShowTickText Property (Gauge)
    In This Topic
    Gets or 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