Gets or sets the value offset when showing the label.

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

Syntax

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

Remarks

Allows to increase or decrease the displayed value by adding the specified amount.

See Also