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

In This Topic
    ChartAxisAlignment Enumeration
    In This Topic
    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