Gets or sets whether the gauge should display the ranges contained in the ranges property.
public bool ShowRanges {get; set;}
'Declaration
Public Property ShowRanges As Boolean
'Usage
Dim instance As C1Gauge
Dim value As Boolean
instance.ShowRanges = value
value = instance.ShowRanges