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

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