FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.5.2 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAutoLabelArrangementMethod Enumeration

In This Topic
    ChartAutoLabelArrangementMethod Enumeration
    In This Topic
    Specifies the method of label auto arrangement.
    Syntax
    'Declaration
     
    Public Enum ChartAutoLabelArrangementMethod 
       Inherits System.Enum
    public enum ChartAutoLabelArrangementMethod : System.Enum 
    Members
    MemberDescription
    DecimationThe method removes labels which cannot be placed without overlapping.
    FindingOptimumThis method tries to position labels avoiding its overlapping.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Win.FlexReport.Chart.ChartAutoLabelArrangementMethod

    See Also