ComponentOne FlexReport for WinForms
ChartAutoLabelArrangementOptions Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAutoLabelArrangementOptions Enumeration
Specifies positioning options for label auto arrangement.
Syntax
'Declaration
 
Public Enum ChartAutoLabelArrangementOptions 
   Inherits System.Enum
public enum ChartAutoLabelArrangementOptions : System.Enum 
Members
MemberDescription
BottomAllows bottom label position.
BottomLeftAllows bottom left label position.
BottomRightAllows bottom right label position.
DefaultAllows any label position.
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.Win.FlexReport.Chart.ChartAutoLabelArrangementOptions

See Also

Reference

C1.Win.FlexReport.Chart Namespace