API Reference

Enum

WordChartLegendPosition

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

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

Inheritance

  • Enum
  • WordChartLegendPosition

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

Represents the Open XML value b.

Value: 0
public const WordChartLegendPosition TopRight #

Represents the Open XML value tr.

Value: 1
public const WordChartLegendPosition Left #

Represents the Open XML value l.

Value: 2
public const WordChartLegendPosition Right #

Represents the Open XML value r.

Value: 3
public const WordChartLegendPosition Top #

Represents the Open XML value t.

Value: 4