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


In This Topic
    ParentLabelLayout Enumeration
    In This Topic
    Represents parent label layout types.
    Syntax
    'Declaration
     
    
    Public Enum ParentLabelLayout 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ParentLabelLayout
    public enum ParentLabelLayout : System.Enum 
    Members
    MemberDescription
    BannerThe parent label layout is a banner above the category.
    NoneNo parent labels are shown.
    OverlappingThe parent label is laid out within the category.
    Inheritance Hierarchy

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

    See Also