API Reference

Enum

ExcelChartDataOrientation

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

Describes how categories and series values are arranged in a worksheet chart data range.

Inheritance

  • Enum
  • ExcelChartDataOrientation

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 ExcelChartDataOrientation Vertical #

Categories are stored in the first column and each series is stored in a following column.

Value: 0
public const ExcelChartDataOrientation Horizontal #

Categories are stored in the first row and each series is stored in a following row.

Value: 1