Specifies the orientation of a C1LinearGauge.

Namespace:  C1.Web.UI.Controls.C1Gauge
Assembly:  C1.Web.UI.Controls.3 (in C1.Web.UI.Controls.3.dll)

Syntax

C#
public enum C1GaugeOrientation
Visual Basic (Declaration)
Public Enumeration C1GaugeOrientation

Members

Member nameDescription
Horizontal The gauge is oriented horizontally.
Vertical The gauge is oriented vertically.

See Also