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

In This Topic
    LabelAutoArrangeOptions Property
    In This Topic
    Gets or sets flags controlling which locations are allowed when auto arranging labels (applicable only if LabelCompass is Auto).
    Syntax
    'Declaration
     
    Public Property LabelAutoArrangeOptions As Chart.AutoLabelArrangementOptions
    public Chart.AutoLabelArrangementOptions LabelAutoArrangeOptions {get; set;}
    See Also