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

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

Syntax

C#
public enum AlignHorzEnum
Visual Basic
Public Enumeration AlignHorzEnum

Members

Member nameValueDescription
General0 Sets text to be left-aligned and numbers to be right-aligned.
Near1 Aligns text to the near side (left side in left-to-right mode).
Center2 Aligns text to the center.
Far3 Aligns cell text to the far side (right side in left-to-right mode).
Justify4 Spreads text throughout.

See Also