JavaScript/jQuery LinearGauge - geometry
Specifies the options required to set the geometry of the LinearGauge widget.
Type:
orientation
Indicates whether to display the LinearGauge widget vertically or horizontally.
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
.
Feedback