2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / Area Class / Margins Property

In This Topic
    Margins Property
    In This Topic
    Gets or sets the size of the Chart Area margins.
    Syntax
    'Declaration
     
    Public Property Margins As Margin
    public Margin Margins {get; set;}
    Remarks
    The four margin values (Bottom, Top, Left, and Right) are each C1Chart Margin objects. Each object takes an integer value, and setting its value to –1 will allow for margin auto-positioning.
    See Also