2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Margin Class / SetMargins Method
Left margin.
Top margin.
Right margin.
Bottom margin.

In This Topic
    SetMargins Method
    In This Topic
    Sets all of the Margin properties at once.
    Syntax
    'Declaration
     
    Public Sub SetMargins( _
       ByVal left As System.Integer, _
       ByVal top As System.Integer, _
       ByVal right As System.Integer, _
       ByVal bottom As System.Integer _
    ) 
    public void SetMargins( 
       System.int left,
       System.int top,
       System.int right,
       System.int bottom
    )

    Parameters

    left
    Left margin.
    top
    Top margin.
    right
    Right margin.
    bottom
    Bottom margin.
    See Also