ComponentOne FlexReport for WinForms
ChartAutoLabelArrangementMethod Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAutoLabelArrangementMethod Enumeration
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

Reference

C1.Win.FlexReport.Chart Namespace