ExcelChartValueDisplayUnits Enumeration |
The display units for the value axis.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public enum ExcelChartValueDisplayUnits
Public Enumeration ExcelChartValueDisplayUnits
Members
| Member name | Value | Description |
---|
| 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
|
See Also