AxisCategoryType Enumeration
|
Specifies type of a category axis.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum AxisCategoryType
Public Enumeration AxisCategoryType
public enum class AxisCategoryType
Members
|
Member name
|
Value
|
Description
|
|
Automatic
|
0
|
Specifies that type of a category axis is determined automatically based on data.
|
|
Category
|
1
|
Specifies an axis of an arbitrary set of categories.
|
|
Time
|
2
|
Specifies a time category axis.
|
See Also