API Reference

Enum

ExcelChartAxisCrossing

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

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

Inheritance

  • Enum
  • ExcelChartAxisCrossing

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

Represents the Open XML value autoZero.

Value: 0
public const ExcelChartAxisCrossing Maximum #

Represents the Open XML value max.

Value: 1
public const ExcelChartAxisCrossing Minimum #

Represents the Open XML value min.

Value: 2