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


In This Topic
    AxisGroup Enumeration
    In This Topic
    Represents the type of axis group for a series in a chart.
    Syntax
    'Declaration
     
    
    Public Enum AxisGroup 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As AxisGroup
    public enum AxisGroup : System.Enum 
    Members
    MemberDescription
    PrimarySpecifies the group of primary axes.
    SecondarySpecifies the group of secondary axes.
    Inheritance Hierarchy

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

    See Also