DisplayUnitType Enumeration
|
Namespace:
Spire.Xls.Core.Converter.Spreadsheet.Charts
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum DisplayUnitType
Public Enumeration DisplayUnitType
public enum class DisplayUnitType
Members
|
Member name
|
Value
|
Description
|
|
Hundreds
|
1
|
|
|
None
|
0
|
|
|
Thousands
|
2
|
|
|
Millions
|
5
|
|
|
Billions
|
8
|
|
|
Trillions
|
9
|
|
|
TenThousands
|
3
|
Represents TenThousands display Unit
|
|
HundredThousands
|
4
|
Represents HundredThousands display Unit
|
|
TenMillions
|
6
|
Represents TenMillions display Unit
|
|
HundredMillions
|
7
|
Represents HundredMillions display Unit
|
|
percentage
|
10
|
Represents the displayUnit which is only avail at paret chart axis
|
|
Custom
|
65535
|
Represents Custom display Unit
|
See Also