C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / AlignVertEnum Enumeration

AlignVertEnum Enumeration
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
 
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