ExcelChartValueDisplayUnits Enumeration
The display units for the value axis.
Namespace: Winnovative.ExcelLibAssembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 11.0.0
public enum ExcelChartValueDisplayUnits
Public Enumeration ExcelChartValueDisplayUnits
public enum class ExcelChartValueDisplayUnits
type ExcelChartValueDisplayUnits
None | 0 |
No scale is set for the axis values
|
Hundreds | 1 |
The displayed values are hundreds
|
Thousands | 2 |
The displayed values are thousands
|
Scale_10000 | 3 |
The displayed values are ten thousands
|
Scale_100000 | 4 |
The displayed values are hundred thousands
|
Millions | 5 |
The displayed values are millions
|
Scale_10000000 | 6 |
The displayed values are ten millions
|
Scale_100000000 | 7 |
The displayed values are hundred millions
|
Billions | 8 |
The displayed values are billions
|
Trillions | 9 |
The displayed values are trillions
|
CustomUnit | 10 |
The displayed values are in a custom unit
|