jQuery LinearGauge - geometry

Specifies the options required to set the geometry of the LinearGauge widget.

Type:

Object

orientation

Indicates whether to display the LinearGauge widget vertically or horizontally.

Type:

String

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

When using the widget as an ASP.NET MVC Control, specify this option using the Orientation enum. This enum accepts the following values: Horizontal and Vertical.