ChartDisplayUnitType Enumeration
|
Indicates multiplicity of the displayed data.
Namespace:
Spire.Presentation.Charts
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
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
|
Display unit is Hundreds.
|
|
|
Thousands
|
2
|
Display unit is Thousands.
|
|
|
TenThousands
|
3
|
Display unit is Ten Thousands.
|
|
|
HundredThousands
|
4
|
Display unit is Hundred Thousands.
|
|
|
Millions
|
5
|
Display unit is Millions.
|
|
|
TenMillions
|
6
|
Display unit is Ten Millions.
|
|
|
HundredMillions
|
7
|
Display unit is Hundred Millions.
|
|
|
Billions
|
8
|
Display unit is Billions.
|
|
|
Trillions
|
9
|
Display unit is Trillions.
|
|
|
Percentage
|
10
|
|
See Also