Class LabelType
Represents enum for different LabelTypes of the RadialGauge control
Inheritance
System.Object
LabelType
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public sealed class LabelType : Enum
Fields
Default
Represents the text of GaugeLabel of the RadialGauge.
Declaration
public const LabelType Default
Field Value
| Type |
|---|
| LabelType |
Scale
Represents the text that denotes the MajorTickValues of the RadialGauge, and it will be placed over the MajorTickMark.
Declaration
public const LabelType Scale
Field Value
| Type |
|---|
| LabelType |
Value
Represents the text that denotes the current value of the RadialGauge.
Declaration
public const LabelType Value
Field Value
| Type |
|---|
| LabelType |