API Reference

Enum

ExcelChartDisplayUnit

Namespace OfficeIMO.Excel
Assembly OfficeIMO.Excel
Base Enum
Implements
IComparable ISpanFormattable IFormattable IConvertible
Modifiers sealed

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.Charts.BuiltInUnitValues.

Inheritance

  • Enum
  • ExcelChartDisplayUnit

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Accepted by parameters

Values

public const ExcelChartDisplayUnit Hundreds #

Represents the Open XML value hundreds.

Value: 0
public const ExcelChartDisplayUnit Thousands #

Represents the Open XML value thousands.

Value: 1
public const ExcelChartDisplayUnit TenThousands #

Represents the Open XML value tenThousands.

Value: 2
public const ExcelChartDisplayUnit HundredThousands #

Represents the Open XML value hundredThousands.

Value: 3
public const ExcelChartDisplayUnit Millions #

Represents the Open XML value millions.

Value: 4
public const ExcelChartDisplayUnit TenMillions #

Represents the Open XML value tenMillions.

Value: 5
public const ExcelChartDisplayUnit HundredMillions #

Represents the Open XML value hundredMillions.

Value: 6
public const ExcelChartDisplayUnit Billions #

Represents the Open XML value billions.

Value: 7
public const ExcelChartDisplayUnit Trillions #

Represents the Open XML value trillions.

Value: 8