Spread Windows Forms 18
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / LabelAlignment Enumeration


In This Topic
    LabelAlignment Enumeration
    In This Topic
    Represents the possible ways to align the tick labels.
    Syntax
    'Declaration
     
    
    Public Enum LabelAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As LabelAlignment
    public enum LabelAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe text shall be centered.
    LeftThe text shall be left justified.
    RightThe text shall be right justified.
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             GrapeCity.Spreadsheet.Charts.LabelAlignment

    See Also