2D Chart for WinForms | ComponentOne
C1.Win.C1Chart.4.5.2 Assembly / C1.Win.C1Chart Namespace / AutoLabelArrangementMethodEnum Enumeration

In This Topic
    AutoLabelArrangementMethodEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Method property of an AutoLabelArrangement object.
    Syntax
    'Declaration
     
    Public Enum AutoLabelArrangementMethodEnum 
       Inherits System.Enum
    public enum AutoLabelArrangementMethodEnum : System.Enum 
    Members
    MemberDescription
    DecimationThe method removes labels which can not be placed without overlapping.
    FindingOptimumThis method tries to position labels avoiding its overlapping.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.C1Chart.AutoLabelArrangementMethodEnum

    See Also