ComponentOne FlexReport for WinForms
ChartAxisAlignment Enumeration

C1.Win.FlexReport.4 Assembly > C1.Win.FlexReport.Chart Namespace : ChartAxisAlignment Enumeration
Specifies the alignment of a text string relative to its layout rectangle.
Syntax
'Declaration
 
Public Enum ChartAxisAlignment 
   Inherits System.Enum
public enum ChartAxisAlignment : System.Enum 
Members
MemberDescription
CenterSpecifies that text is aligned in the center of the layout rectangle.
FarSpecifies that text is aligned far from the origin position of the layout rectangle.
NearSpecifies the text be aligned near the layout.
Inheritance Hierarchy

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

See Also

Reference

C1.Win.FlexReport.Chart Namespace