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

In This Topic
    Left Property (Margin)
    In This Topic
    Gets or sets the number of pixels between the left edge of the ChartArea and the ChartArea contents.
    Syntax
    'Declaration
     
    Public Property Left As System.Integer
    public System.int Left {get; set;}
    Remarks
    Setting the Left property of the Margin to –1 will result in an automatic calculation for the Left value.
    See Also