React 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'

Use the Orientation enum to specify this option when the widget is used as an ASP.NET MVC Control. This enum accepts the following values: Horizontal and Vertical.