API Reference

Enum

ExcelChartTickLabelPosition

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

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

Inheritance

  • Enum
  • ExcelChartTickLabelPosition

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 ExcelChartTickLabelPosition High #

Represents the Open XML value high.

Value: 0
public const ExcelChartTickLabelPosition Low #

Represents the Open XML value low.

Value: 1
public const ExcelChartTickLabelPosition NextTo #

Represents the Open XML value nextTo.

Value: 2
public const ExcelChartTickLabelPosition None #

Represents the Open XML value none.

Value: 3