Skip to main content
A newer version of this page is available. .

LinearGauge.Orientation Property

Gets or sets the gauge’s orientation.

Namespace: DevExpress.XtraGauges.Win.Gauges.Linear

Assembly: DevExpress.XtraGauges.v19.1.Win.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(ScaleOrientation.Vertical)]
[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