ChartBaseUnitType Enumeration
|
Represents the base unit for the category axis
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum ChartBaseUnitType
Public Enumeration ChartBaseUnitType
public enum class ChartBaseUnitType
Members
|
|
Member name
|
Value
|
Description
|
|
|
Days
|
0
|
Represents Day base unit.
|
|
|
Months
|
1
|
Represents Month base unit.
|
|
|
Years
|
2
|
Represents Year base unit.
|
|
|
Auto
|
-1
|
Represents Auto base unit.
|
See Also