Class GaugeLabelsPosition
Defines the constants that specify the label position in the gauge.
Inheritance
System.Object
GaugeLabelsPosition
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public sealed class GaugeLabelsPosition : Enum
Fields
Inside
For a SfRadialGauge : The labels are placed inside the axis line. For a SfLinearGauge : The labels are placed below the axis line for a horizontal SfLinearGauge, or to the right of the axis line for a vertical SfLinearGauge.
Declaration
public const GaugeLabelsPosition Inside
Field Value
Type |
---|
GaugeLabelsPosition |
Outside
For a SfRadialGauge : The labels are placed outside the axis line. For a SfLinearGauge : The labels are placed above the axis line for a horizontal SfLinearGauge, or to the left of the axis line for a vertical SfLinearGauge.
Declaration
public const GaugeLabelsPosition Outside
Field Value
Type |
---|
GaugeLabelsPosition |