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