Use the members of this enumeration to set the value of the Style.HorizontalAlignment property in the Style class.
[Visual Basic]
Public Enum C1.Win.C1Chart.AlignHorzEnum
[C#]
public enum C1.Win.C1Chart.AlignHorzEnum
[Delphi]
type C1.Win.C1Chart.AlignHorzEnum = (Center, Far, General, Justify, Near);
Namespace: C1.Win.C1Chart
Assembly: C1.Win.C1Chart.2 (in C1.Win.C1Chart.2.dll)
Members
Member name |
Description |
Center |
Aligns text to the center. |
Far |
Aligns cell text to the far side (right side in left-to-right mode). |
General |
Sets text to be left-aligned and numbers to be right-aligned. |
Justify |
Spreads text throughout. |
Near |
Aligns text to the near side (left side in left-to-right mode). |
See Also
Send comments about this topic to ComponentOne. Copyright © ComponentOne LLC. All rights reserved. |