C1.Win.C1Chart3D.4.8 Assembly / C1.Win.C1Chart3D Namespace / AlignHorzEnum Enumeration

AlignHorzEnum Enumeration
Use the members of this enumeration to set the value of the Style.HorizontalAlignment property in the Style class.
Syntax
'Declaration
 
Public Enum AlignHorzEnum 
   Inherits System.Enum
 
Members
MemberDescription
CenterAligns text to the center.
FarAligns cell text to the far side (right side in left-to-right mode).
GeneralSets text to be left aligned and numbers to be right aligned.
JustifySpreads text throughout.
NearAligns text to the near side (left side in left-to-right mode).
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Win.C1Chart3D.AlignHorzEnum

See Also