CategoryAxisType Enumeration |
Represents a type of a category axis.
Namespace:
Aspose.Slides.Charts
Assembly:
Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntaxpublic enum CategoryAxisType
Public Enumeration CategoryAxisType
public enum class CategoryAxisType
Members
| Member name | Value | Description |
---|
| Text | 0 |
Specifies category axis is a text axis.
|
| Date | 1 |
Specifies category axis is a date axis.
|
See Also