ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / LinearGaugeBase Class / ShowTickText Property

In This Topic
    ShowTickText Property (LinearGaugeBase)
    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