ComponentOne Gauge for UWP
C1.UWP.Gauge Assembly / C1.Xaml.Gauge Namespace / C1LinearGauge Class / XAxisLength Property

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