API Reference

Enum

ExcelChartLegendPosition

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

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

Inheritance

  • Enum
  • ExcelChartLegendPosition

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

Represents the Open XML value b.

Value: 0
public const ExcelChartLegendPosition TopRight #

Represents the Open XML value tr.

Value: 1
public const ExcelChartLegendPosition Left #

Represents the Open XML value l.

Value: 2
public const ExcelChartLegendPosition Right #

Represents the Open XML value r.

Value: 3
public const ExcelChartLegendPosition Top #

Represents the Open XML value t.

Value: 4