[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.Drawing.CategoryType

Enum CategoryType

Namespace
GrapeCity.Documents.Excel.Drawing
Assembly
GcDocs.Excel.dll

Specifies the type of the category axis.

public enum CategoryType

Fields

AutomaticScale = 0

Specifies the automatic scale.

CategoryScale = 1

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

TimeScale = 2

Specifies that the axis groups data on a time scale.

ValueScale = 3

Specifies that the axis groups data on a value scale.