FlexReport for WinForms | ComponentOne
C1.Win.FlexReport.4.8 Assembly / C1.Win.FlexReport.Chart Namespace / ChartAlignVert Enumeration

In This Topic
    ChartAlignVert Enumeration
    In This Topic
    Specifies the vertical alignment of a chart element.
    Syntax
    'Declaration
     
    Public Enum ChartAlignVert 
       Inherits System.Enum
    public enum ChartAlignVert : System.Enum 
    Members
    MemberDescription
    BottomAligns text to the bottom.
    CenterAligns text to the center.
    TopAligns text to the top.
    Inheritance Hierarchy

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

    See Also