ChartDisplayUnitType Enumeration
|
Represents excel chart uint to display.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum ChartDisplayUnitType
Public Enumeration ChartDisplayUnitType
public enum class ChartDisplayUnitType
type ChartDisplayUnitType
Members
|
Member name
|
Value
|
Description
|
|
None
|
0
|
Represents None display Unit
|
|
Hundreds
|
1
|
Represents Hundreds display Unit
|
|
Thousands
|
2
|
Represents Thousands display Unit
|
|
TenThousands
|
3
|
Represents TenThousands display Unit
|
|
HundredThousands
|
4
|
Represents HundredThousands display Unit
|
|
Millions
|
5
|
Represents Millions display Unit
|
|
TenMillions
|
6
|
Represents TenMillions display Unit
|
|
HundredMillions
|
7
|
Represents HundredMillions display Unit
|
|
ThousandMillions
|
8
|
Represents ThousandMillions display Unit
|
|
MillionMillions
|
9
|
Represents MillionMillions display Unit
|
|
Custom
|
65535
|
Represents Custom display Unit
|
See Also