ComponentOne Gauges for WPF and Silverlight
C1.WPF.Gauge Namespace / C1LinearGauge Class / XAxisLength Property

In This Topic
    XAxisLength Property (C1LinearGauge)
    In This Topic
    Logical length of the x-axis.
    Syntax
    'Declaration
     
    
    Public Property XAxisLength As Double
    public double XAxisLength {get; set;}
    Remarks
    0 represents 0, and 1 represents the length of the C1LinearGauge.
    See Also