GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Charts Namespace / ParentLabelLayout Enumeration


ParentLabelLayout Enumeration
Represents parent label layout types.
Syntax
'Declaration
 
Public Enum ParentLabelLayout 
   Inherits System.Enum
 
'Usage
 
Dim instance As ParentLabelLayout
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