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


CategoryType Enumeration
Specifies the type of the category axis.
Syntax
'Declaration
 
Public Enum CategoryType 
   Inherits System.Enum
 
'Usage
 
Dim instance As CategoryType
Members
MemberDescription
AutomaticScaleSpread controls the axis type.
CategoryScaleAxis groups data by an arbitrary set of categories.
TimeScaleAxis groups data on a time scale.
UnspecifiedNot available.
Inheritance Hierarchy

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

See Also