Blazor | ComponentOne
C1.Blazor.Chart Assembly / C1.Blazor.Chart Namespace / HorizontalAlignment Enumeration

In This Topic
    HorizontalAlignment Enumeration
    In This Topic
    Specifies horizontal alignment.
    Syntax
    'Declaration
     
    
    Public Enum HorizontalAlignment 
       Inherits System.Enum
    public enum HorizontalAlignment : System.Enum 
    Members
    MemberDescription
    CenterCenter alignment
    LeftLeft alignment
    RightRIght alignment
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Blazor.Chart.HorizontalAlignment

    See Also