Gets or sets the angle of the pointer when the Value value is set to Double.NaN.

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

Syntax

C#
[DefaultValueAttribute()]
public double OffAngle { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property OffAngle As Double
	Get
	Set

Remarks

Set to Double.NaN to hide the pointer.

See Also