jQuery LinearGauge - geometry

Specifies the properties required to set the geometry of the LinearGauge UI component.

Type:

Object

orientation

Indicates whether to display the LinearGauge UI component vertically or horizontally.

Type:

String

Default Value: 'horizontal'
Accepted Values: 'horizontal' | 'vertical'

Use the Orientation enum to specify this property when the UI component is used as an ASP.NET MVC 5 Control or a DevExtreme-Based ASP.NET Core Control. This enum accepts the following values: Horizontal and Vertical.