Edit

Excel.ChartAxisDisplayUnit enum

Remarks

[Api set: ExcelApi 1.7]

Fields

billions = "Billions"

This will set the axis in units of billions.

  • [Api set: ExcelApi 1.7]
custom = "Custom"

This will set the axis in units of custom value.

  • [Api set: ExcelApi 1.7]
hundredMillions = "HundredMillions"

This will set the axis in units of hundreds of millions.

  • [Api set: ExcelApi 1.7]
hundreds = "Hundreds"

This will set the axis in units of hundreds.

  • [Api set: ExcelApi 1.7]
hundredThousands = "HundredThousands"

This will set the axis in units of hundreds of thousands.

  • [Api set: ExcelApi 1.7]
millions = "Millions"

This will set the axis in units of millions.

  • [Api set: ExcelApi 1.7]
none = "None"

Default option. This will reset display unit to the axis, and set unit label invisible.

  • [Api set: ExcelApi 1.7]
tenMillions = "TenMillions"

This will set the axis in units of tens of millions.

  • [Api set: ExcelApi 1.7]
tenThousands = "TenThousands"

This will set the axis in units of tens of thousands.

  • [Api set: ExcelApi 1.7]
thousands = "Thousands"

This will set the axis in units of thousands.

  • [Api set: ExcelApi 1.7]
trillions = "Trillions"

This will set the axis in units of trillions.

  • [Api set: ExcelApi 1.7]