ArcScale.LayoutMode Property
Provides different types of layouts for the Circular Scale.
Namespace: DevExpress.Xpf.Gauges
Assembly: DevExpress.Xpf.Gauges.v25.1.dll
NuGet Package: DevExpress.Wpf.Gauges
Declaration
Property Value
| Type | Description |
|---|---|
| ArcScaleLayoutMode | An ArcScaleLayoutMode enumeration value that specifies the possible ways a circular scale can be positioned. |
Available values:
| Name | Description |
|---|---|
| Circle | An arc scale always appears as a circle that tries to occupy as much space as possible.
|
| Ellipse | An arc scale appears as an ellipse which sides are stretched.
|
| Auto | An arc scale layout depends on the start and end scale angles.
|
| HalfTop | An arc scale appears as the upper half of a circle which tries to occupy as much space as possible.
|
| QuarterTopLeft | An arc scale appears as an upper left quarter circle.
|
| QuarterTopRight | An arc scale appears as an upper right quarter circle.
|
| ThreeQuarters | An arc scale is displayed as a three quarter circle.
|




