Use the members of this enumeration to set the value of the Style.VerticalAlignment property in the Style class.
[Visual Basic]
Public Enum C1.Win.C1Chart.AlignVertEnum
[C#]
public enum C1.Win.C1Chart.AlignVertEnum
[Delphi]
type C1.Win.C1Chart.AlignVertEnum = (Bottom, Center, Top);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Bottom |
Aligns text to the bottom. |
Center |
Aligns text to the center. |
Top |
Aligns text to the top. |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |