Use the members of this enumeration to set the value of the VerticalAlignment property in the Style class.

Namespace:  C1.Win.C1Chart3D
Assembly:  C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)

Syntax

C#
public enum AlignVertEnum
Visual Basic
Public Enumeration AlignVertEnum

Members

Member nameValueDescription
Top0 Aligns text to the top.
Center1 Aligns text to the center.
Bottom2 Aligns text to the bottom.

See Also