API Reference

Enum

PowerPointChartAxisCrossing

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

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

Inheritance

  • Enum
  • PowerPointChartAxisCrossing

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 PowerPointChartAxisCrossing AutoZero #

Represents the Open XML value autoZero.

Value: 0
public const PowerPointChartAxisCrossing Maximum #

Represents the Open XML value max.

Value: 1
public const PowerPointChartAxisCrossing Minimum #

Represents the Open XML value min.

Value: 2