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


AxisGroup Enumeration
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
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