API Reference

Enum

ExcelChartDataLabelPosition

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

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

Inheritance

  • Enum
  • ExcelChartDataLabelPosition

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 ExcelChartDataLabelPosition BestFit #

Represents the Open XML value bestFit.

Value: 0
public const ExcelChartDataLabelPosition Bottom #

Represents the Open XML value b.

Value: 1
public const ExcelChartDataLabelPosition Center #

Represents the Open XML value ctr.

Value: 2
public const ExcelChartDataLabelPosition InsideBase #

Represents the Open XML value inBase.

Value: 3
public const ExcelChartDataLabelPosition InsideEnd #

Represents the Open XML value inEnd.

Value: 4
public const ExcelChartDataLabelPosition Left #

Represents the Open XML value l.

Value: 5
public const ExcelChartDataLabelPosition OutsideEnd #

Represents the Open XML value outEnd.

Value: 6
public const ExcelChartDataLabelPosition Right #

Represents the Open XML value r.

Value: 7
public const ExcelChartDataLabelPosition Top #

Represents the Open XML value t.

Value: 8