API Reference

Enum

ExcelModernChartType

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

Native ChartEx layouts authored and mutated by OfficeIMO.

Inheritance

  • Enum
  • ExcelModernChartType

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 ExcelModernChartType Unsupported #

Unsupported or imported layout not mapped by OfficeIMO.

Value: 0
public const ExcelModernChartType Funnel #

Native funnel chart.

Value: 1
public const ExcelModernChartType Waterfall #

Native waterfall chart.

Value: 2
public const ExcelModernChartType BoxWhisker #

Native box-and-whisker chart.

Value: 3
public const ExcelModernChartType Treemap #

Native treemap chart.

Value: 4
public const ExcelModernChartType Sunburst #

Native sunburst chart.

Value: 5