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

In This Topic
    BaseFactor Property (C1LinearGauge)
    In This Topic
    Gets or sets the fraction-based length of the transversal axis.
    Syntax
    'Declaration
     
    Public Property BaseFactor As System.Double
    public System.double BaseFactor {get; set;}
    Remarks
    1 represents the whole height (for a horizontal Gauge) or width (for a vertical Gauge). 0 represents 0. Negative value inverts the direction of the transversal axis.
    See Also