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

In This Topic
    AutoArrangement Property
    In This Topic
    Gets the AutoLabelArrangement object which controls label arrangement.
    Syntax
    'Declaration
     
    Public ReadOnly Property AutoArrangement As AutoLabelArrangement
    public AutoLabelArrangement AutoArrangement {get;}
    Remarks
    Auto arrangement applies only for the labels with LabelCompass = Auto.
    See Also