Fraction-based X coordinate of the pointer origin of the C1RadialGauge.

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

Syntax

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

Remarks

The Point (0, 0) corresponds to the top-left corner of the Gauge's viewport and the Point (0.5, 0.5) is the center of the viewport.

See Also