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

In This Topic
    Chart.AutoLabelArrangementMethodEnum Enumeration
    In This Topic
    Specifies the label auto arrangement method.
    Syntax
    'Declaration
     
    Public Enum Chart.AutoLabelArrangementMethodEnum 
       Inherits System.Enum
    public enum Chart.AutoLabelArrangementMethodEnum : System.Enum 
    Members
    MemberDescription
    DecimationRemove labels which cannot be placed without overlapping.
    FindingOptimumTry to position all labels avoiding overlapping.
    Inheritance Hierarchy

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

    See Also