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

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