API Reference

Enum

PowerPointChartDisplayUnit

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

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

Inheritance

  • Enum
  • PowerPointChartDisplayUnit

Usage

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

Values

public const PowerPointChartDisplayUnit Hundreds #

Represents the Open XML value hundreds.

Value: 0
public const PowerPointChartDisplayUnit Thousands #

Represents the Open XML value thousands.

Value: 1
public const PowerPointChartDisplayUnit TenThousands #

Represents the Open XML value tenThousands.

Value: 2
public const PowerPointChartDisplayUnit HundredThousands #

Represents the Open XML value hundredThousands.

Value: 3
public const PowerPointChartDisplayUnit Millions #

Represents the Open XML value millions.

Value: 4
public const PowerPointChartDisplayUnit TenMillions #

Represents the Open XML value tenMillions.

Value: 5
public const PowerPointChartDisplayUnit HundredMillions #

Represents the Open XML value hundredMillions.

Value: 6
public const PowerPointChartDisplayUnit Billions #

Represents the Open XML value billions.

Value: 7
public const PowerPointChartDisplayUnit Trillions #

Represents the Open XML value trillions.

Value: 8