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

In This Topic
    LabelCompass Property
    In This Topic
    Gets or sets the location of labels relative to data points. If set to Auto, several AutoLabel* properties provide additional options.
    Syntax
    'Declaration
     
    Public Property LabelCompass As Chart.LabelCompassEnum
    public Chart.LabelCompassEnum LabelCompass {get; set;}
    See Also