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

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