ComponentOne Reports for WPF
C1.C1Report.CustomFields Namespace / Chart.AutoLabelArrangementOptions Enumeration

In This Topic
    Chart.AutoLabelArrangementOptions Enumeration
    In This Topic
    Flags controlling which label positions are allowed when labels are arranged automatically.
    Syntax
    'Declaration
     
    Public Enum Chart.AutoLabelArrangementOptions 
       Inherits System.Enum
    public enum Chart.AutoLabelArrangementOptions : System.Enum 
    Members
    MemberDescription
    BottomAllows bottom label position.
    BottomLeftAllows bottom left label position.
    BottomRightAllows bottom right label position.
    Default 
    LeftAllows left label position.
    RightAllows right label position.
    TopAllows top label position.
    TopLeftAllows top left label position.
    TopRightAllows top right label position.
    UseDataPointsLabels should not cover data points.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.C1Report.CustomFields.Chart.AutoLabelArrangementOptions

    See Also