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

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