ComponentOne BulletGraph for WinForms
C1.Win.C1Gauge Namespace / C1GaugeViewport Class / MarginY Property

In This Topic
    MarginY Property (C1GaugeViewport)
    In This Topic
    Gets or sets the top and bottom margins (in pixels).
    Syntax
    'Declaration
     
    Public Property MarginY As System.Integer
    public System.int MarginY {get; set;}
    Remarks
    Negative value expands the height of viewport.
    See Also