Class ExcelCategoryType
Specifies the type of the category axis.
Inheritance
System.Object
    ExcelCategoryType
  Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ExcelCategoryType : EnumFields
Automatic
Excel controls the axis type.
Declaration
public const ExcelCategoryType AutomaticField Value
| Type | 
|---|
| ExcelCategoryType | 
Category
Axis groups data by an arbitrary set of categories.
Declaration
public const ExcelCategoryType CategoryField Value
| Type | 
|---|
| ExcelCategoryType | 
Time
Axis groups data on a time scale.
Declaration
public const ExcelCategoryType TimeField Value
| Type | 
|---|
| ExcelCategoryType |