Gets or sets the value multiplier when showing labels.

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

Syntax

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

Remarks

Allows to increase or decrease the displayed value by the specified multiplier.

See Also