Class GaugeElementPosition
For a SfRadialGauge : Defines the constants that specify the tick position in the gauge. For a SfLinearGauge : Defines the constants that specify the position of axis elements such as ticks or ranges.
Inheritance
Namespace: Syncfusion.UI.Xaml.Gauges
Assembly: Syncfusion.Gauge.WinUI.dll
Syntax
public sealed class GaugeElementPosition : Enum
Fields
Cross
For a SfRadialGauge : The ticks are placed center the axis line. For a SfLinearGauge : Axis elements such as ticks or ranges appear directly on the axis line.
Declaration
public const GaugeElementPosition Cross
Field Value
Type |
---|
GaugeElementPosition |
Inside
For a SfRadialGauge : The ticks are placed inside the axis line. For a SfLinearGauge : Axis elements such as ticks or ranges appear below the axis line for a horizontal SfLinearGauge, or to the right of the axis line for a vertical SfLinearGauge.
Declaration
public const GaugeElementPosition Inside
Field Value
Type |
---|
GaugeElementPosition |
Outside
For a SfRadialGauge : The ticks are placed outside the axis line. For a SfLinearGauge : Axis elements such as ticks or ranges appear above the axis line for a horizontal SfLinearGauge, or to the left of the axis line for a vertical SfLinearGauge.
Declaration
public const GaugeElementPosition Outside
Field Value
Type |
---|
GaugeElementPosition |