API Reference

Enum

PowerPointChartLegendPosition

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

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

Inheritance

  • Enum
  • PowerPointChartLegendPosition

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 PowerPointChartLegendPosition Bottom #

Represents the Open XML value b.

Value: 0
public const PowerPointChartLegendPosition TopRight #

Represents the Open XML value tr.

Value: 1
public const PowerPointChartLegendPosition Left #

Represents the Open XML value l.

Value: 2
public const PowerPointChartLegendPosition Right #

Represents the Open XML value r.

Value: 3
public const PowerPointChartLegendPosition Top #

Represents the Open XML value t.

Value: 4