ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart Class / LabelAutoArrangeMethod Property

In This Topic
    LabelAutoArrangeMethod Property
    In This Topic
    Gets or sets method used to auto arrange labels (used only if LabelCompass is Auto).
    Syntax
    'Declaration
     
    Public Property LabelAutoArrangeMethod As Chart.AutoLabelArrangementMethodEnum
    public Chart.AutoLabelArrangementMethodEnum LabelAutoArrangeMethod {get; set;}
    See Also