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

In This Topic
    AxisStartCoordinate Property (C1LinearGauge)
    In This Topic
    Gets the x-coordinate (for horizontal Gauge) or y-coordinate (for vertical Gauge) of the position where the longitudinal axis starts, in pixels.
    Syntax
    'Declaration
     
    Public ReadOnly Property AxisStartCoordinate As System.Integer
    public System.int AxisStartCoordinate {get;}
    See Also