Gauges for WinForms | ComponentOne
C1.Win.Gauge.8 Assembly / C1.Win.Gauge 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