ChartAxisType Enumeration
|
Specifies the type for an 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 ChartAxisType
Public Enumeration ChartAxisType
public enum class ChartAxisType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Category
|
0
|
Category axis.
|
|
|
Date
|
1
|
Date axis.
|
|
|
Series
|
2
|
Series axis.
|
|
|
Value
|
3
|
Value axis.
|
See Also