[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.CategoryType

CategoryType Enum

Specifies the type of the category axis.

Namespace: GrapeCity.Documents.Excel.Drawing
Assembly: DS.Documents.Excel.dll
Syntax
public enum CategoryType
Public Enum CategoryType

Fields

Name Description
AutomaticScale

Specifies the automatic scale.

CategoryScale

Specifies that the axis groups data by an arbitrary set of categories.

TimeScale

Specifies that the axis groups data on a time scale.

ValueScale

Specifies that the axis groups data on a value scale.