Excel.ChartAxisDisplayUnit enum
Remarks
[Api set: ExcelApi 1.7]
Fields
| billions = "Billions" | This will set the axis in units of billions.
|
| custom = "Custom" | This will set the axis in units of custom value.
|
| hundredMillions = "HundredMillions" | This will set the axis in units of hundreds of millions.
|
| hundreds = "Hundreds" | This will set the axis in units of hundreds.
|
| hundredThousands = "HundredThousands" | This will set the axis in units of hundreds of thousands.
|
| millions = "Millions" | This will set the axis in units of millions.
|
| none = "None" | Default option. This will reset display unit to the axis, and set unit label invisible.
|
| tenMillions = "TenMillions" | This will set the axis in units of tens of millions.
|
| tenThousands = "TenThousands" | This will set the axis in units of tens of thousands.
|
| thousands = "Thousands" | This will set the axis in units of thousands.
|
| trillions = "Trillions" | This will set the axis in units of trillions.
|