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

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