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

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