API Reference

Enum

ExcelChartType

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

Supported Excel chart types for OfficeIMO.Excel chart helpers.

Inheritance

  • Enum
  • ExcelChartType

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 ExcelChartType ColumnClustered #

Clustered column (vertical bars).

Value: 0
public const ExcelChartType ColumnStacked #

Stacked column (vertical bars).

Value: 1
public const ExcelChartType ColumnStacked100 #

100% stacked column (vertical bars).

Value: 2
public const ExcelChartType Column3DClustered #

3-D clustered column (vertical bars).

Value: 3
public const ExcelChartType Column3DStacked #

3-D stacked column (vertical bars).

Value: 4
public const ExcelChartType Column3DStacked100 #

3-D 100% stacked column (vertical bars).

Value: 5
public const ExcelChartType BarClustered #

Clustered bar (horizontal bars).

Value: 6
public const ExcelChartType BarStacked #

Stacked bar (horizontal bars).

Value: 7
public const ExcelChartType BarStacked100 #

100% stacked bar (horizontal bars).

Value: 8
public const ExcelChartType Bar3DClustered #

3-D clustered bar (horizontal bars).

Value: 9
public const ExcelChartType Bar3DStacked #

3-D stacked bar (horizontal bars).

Value: 10
public const ExcelChartType Bar3DStacked100 #

3-D 100% stacked bar (horizontal bars).

Value: 11
public const ExcelChartType Line #

Line chart.

Value: 12
public const ExcelChartType LineStacked #

Stacked line chart.

Value: 13
public const ExcelChartType LineStacked100 #

100% stacked line chart.

Value: 14
public const ExcelChartType Line3D #

3-D line chart.

Value: 15
public const ExcelChartType Area #

Area chart.

Value: 16
public const ExcelChartType AreaStacked #

Stacked area chart.

Value: 17
public const ExcelChartType AreaStacked100 #

100% stacked area chart.

Value: 18
public const ExcelChartType Area3D #

3-D area chart.

Value: 19
public const ExcelChartType Area3DStacked #

3-D stacked area chart.

Value: 20
public const ExcelChartType Area3DStacked100 #

3-D 100% stacked area chart.

Value: 21
public const ExcelChartType Pie #

Pie chart.

Value: 22
public const ExcelChartType Pie3D #

3-D pie chart.

Value: 23
public const ExcelChartType PieOfPie #

Pie-of-pie chart.

Value: 24
public const ExcelChartType BarOfPie #

Bar-of-pie chart.

Value: 25
public const ExcelChartType Doughnut #

Doughnut chart.

Value: 26
public const ExcelChartType Scatter #

Scatter (XY) chart.

Value: 27
public const ExcelChartType Bubble #

Bubble chart.

Value: 28
public const ExcelChartType Radar #

Radar chart.

Value: 29
public const ExcelChartType Stock #

Stock chart using high-low-close or open-high-low-close series.

Value: 30
public const ExcelChartType Surface #

3-D surface chart.

Value: 31
public const ExcelChartType SurfaceWireframe #

Wireframe 3-D surface chart.

Value: 32
public const ExcelChartType SurfaceContour #

Contour surface chart.

Value: 33
public const ExcelChartType SurfaceContourWireframe #

Wireframe contour surface chart.

Value: 34