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

In This Topic
    AutoArrangement Property (ChartLabels)
    In This Topic
    Gets the ChartAutoLabelArrangement object which controls auto arrangement of 2D chart labels.
    Syntax
    'Declaration
     
    Public ReadOnly Property AutoArrangement As ChartAutoLabelArrangement
    public ChartAutoLabelArrangement AutoArrangement {get;}
    Remarks
    Auto arrangement applies only to labels with LabelCompass = Auto.
    See Also