ComponentOne 3D Chart for WinForms
C1.Win.C1Chart3D.4.5.2 Assembly / C1.Win.C1Chart3D Namespace / AlignHorzEnum Enumeration

In This Topic
    AlignHorzEnum Enumeration
    In This Topic
    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
    public enum AlignHorzEnum : 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