Use the members of this enumeration to set the value of the HorizontalAlignment
property in the Style class.
Namespace:
C1.Win.C1Chart3DAssembly: C1.Win.C1Chart3D.2 (in C1.Win.C1Chart3D.2.dll)
Syntax
C# |
---|
public enum AlignHorzEnum |
Visual Basic |
---|
Public Enumeration AlignHorzEnum |
Members
Member name | Value | Description | |
---|---|---|---|
General | 0 | Sets text to be left aligned and numbers to be right aligned. | |
Near | 1 | Aligns text to the near side (left side in left-to-right mode). | |
Center | 2 | Aligns text to the center. | |
Far | 3 | Aligns cell text to the far side (right side in left-to-right mode). | |
Justify | 4 | Spreads text throughout. |