Gets or sets the fraction-based length of the transversal axis.

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

Syntax

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

Remarks

1 represents the whole height (for a horizontal Gauge) or width (for a vertical Gauge). 0 represents 0. Negative values invert the direction of the transversal axis.

See Also