API Reference

Enum

PowerPointChartTickLabelPosition

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

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

Inheritance

  • Enum
  • PowerPointChartTickLabelPosition

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

Represents the Open XML value high.

Value: 0
public const PowerPointChartTickLabelPosition Low #

Represents the Open XML value low.

Value: 1
public const PowerPointChartTickLabelPosition NextTo #

Represents the Open XML value nextTo.

Value: 2
public const PowerPointChartTickLabelPosition None #

Represents the Open XML value none.

Value: 3