ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / AlignVertEnum Enumeration

In This Topic
    AlignVertEnum Enumeration
    In This Topic
    Use the members of this enumeration to set the value of the Style.VerticalAlignment property in the Style class.
    Syntax
    'Declaration
     
    Public Enum AlignVertEnum 
       Inherits System.Enum
    public enum AlignVertEnum : 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.C1Chart3D.AlignVertEnum

    See Also