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

In This Topic
    ChartAlignHorz Enumeration
    In This Topic
    Specifies the horizontal alignment of a chart element.
    Syntax
    'Declaration
     
    Public Enum ChartAlignHorz 
       Inherits System.Enum
    public enum ChartAlignHorz : System.Enum 
    Members
    MemberDescription
    CenterAligns text to the center.
    FarAligns cell text to the far side (right side in left-to-right mode).
    GeneralSets text to be left-aligned and numbers to be right-aligned.
    JustifySpreads text throughout.
    NearAligns text to the near side (left side in left-to-right mode).
    Inheritance Hierarchy

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

    See Also