Enum LabelType
Represents enum for different LabelTypes of the RadialGauge control
Namespace: Syncfusion.Windows.Forms.Gauge
Assembly: Syncfusion.Gauge.Windows.dll
Syntax
public enum LabelType
Fields
| Name | Description |
|---|---|
| Default | Represents the text of GaugeLabel of the RadialGauge. |
| Scale | Represents the text that denotes the MajorTickValues of the RadialGauge, and it will be placed over the MajorTickMark. |
| Value | Represents the text that denotes the current value of the RadialGauge. |