LinearGauge.Orientation Property
Gets or sets the gauge’s orientation.
Namespace: DevExpress.XtraGauges.Win.Gauges.Linear
Assembly: DevExpress.XtraGauges.v24.1.Win.dll
NuGet Package: DevExpress.Win.Gauges
Declaration
[DefaultValue(ScaleOrientation.Vertical)]
[DXCategory("Appearance")]
[XtraSerializableProperty]
public ScaleOrientation Orientation { get; set; }
Property Value
Type | Default | Description |
---|---|---|
DevExpress.XtraGauges.Core.Model.ScaleOrientation | Vertical | A ScaleOrientation value that specifies the gauge’s orientation. |
Remarks
Setting the gauge’s orientation to horizontal changes the direction of X and Y axes. See Coordinate System to learn more.
See Also