Gets or sets the index of a Pointer that gives the value associated with this label.

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

Syntax

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

Remarks

Set to a large value to bind to the main Pointer.

See Also