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


In This Topic
    PositionAlignment Enumeration
    In This Topic
    Represents the side position alignment of a chart element.
    Syntax
    'Declaration
     
    
    Public Enum PositionAlignment 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As PositionAlignment
    public enum PositionAlignment : System.Enum 
    Members
    MemberDescription
    CenterThe chart element is positioned at the center of the side.
    MaxThe chart element is positioned at the bottom of the side.
    MinThe chart element is positioned at the top of the side.
    Inheritance Hierarchy

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

    See Also