Gauges for WinForms | ComponentOne
C1.Win.C1Gauge.4.5.2 Assembly / C1.Win.C1Gauge Namespace / C1LinearGauge Class / AxisLength Property

In This Topic
    AxisLength Property (C1LinearGauge)
    In This Topic
    Gets or sets the fraction-based length of the longitudinal axis.
    Syntax
    'Declaration
     
    Public Property AxisLength As System.Double
    public System.double AxisLength {get; set;}
    Remarks
    0 represents 0, and 1 represents the length of the C1LinearGauge. Negative value inverts the direction of the longitudinal axis.
    See Also