The sequence number for this label. Displayed value will not appear on the subsequent labels with the same sequence number.

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

Syntax

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

Remarks

Set to -1 to ignore the order of this label.

See Also