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


In This Topic
    BarGrouping Enumeration
    In This Topic
    Represents the possible groupings for a bar chart.
    Syntax
    'Declaration
     
    
    Public Enum BarGrouping 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As BarGrouping
    public enum BarGrouping : System.Enum 
    Members
    MemberDescription
    ClusteredThe chart series are drawn next to each other along the category axis.
    StackedThe chart series are drawn next to each other along the value axis and scaled to total 100%.
    Stacked100The chart series are drawn next to each other on the value axis.
    StandardThe chart series are drawn next to each other on the depth axis.
    Inheritance Hierarchy

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

    See Also