Gets or sets the fraction-based length of the longitudinal 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 AxisLength { get; set; }
Visual Basic (Declaration)
<DefaultValueAttribute()> _
Public Property AxisLength As Double
	Get
	Set

Remarks

0 represents 0, and 1 represents the length of the C1LinearGauge. Negative values invert the direction of the longitudinal axis.

See Also