Gets or sets the fraction-based position used when the 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 OffPosition { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property OffPosition As Double
	Get
	Set

Remarks

Set to Double.NaN to hide the pointer.

See Also