LinearScale.LayoutMode Property
Provides different types of layouts for the Linear Scale.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v24.2.dll
NuGet Package: DevExpress.Wpf.Gauges
#Declaration
public LinearScaleLayoutMode LayoutMode { get; set; }
#Property Value
Type | Description |
---|---|
Linear |
A Linear |
Available values:
Name | Description |
---|---|
Left |
A linear scale is positioned from left to right. Note that you may need to change the Width and Height properties of Linear |
Right |
A linear scale is positioned from right to left. Note that you may need to change the Width and Height properties of Linear |
Bottom |
A Linear scale is positioned from bottom to top. Note that you may need to change the Width and Height properties of Linear |
Top |
A linear scale is positioned from top to bottom. Note that you may need to change the Width and Height properties of Linear |