API Reference

Enum

WordChartSnapshotKind

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

Supported chart kinds for a dependency-free Word chart snapshot.

Inheritance

  • Enum
  • WordChartSnapshotKind

Usage

This type appears in these public API surfaces even when no hand-authored example is attached directly to the page.

Values

public const WordChartSnapshotKind ClusteredColumn #

Clustered vertical column chart.

Value: 0
public const WordChartSnapshotKind StackedColumn #

Stacked vertical column chart.

Value: 1
public const WordChartSnapshotKind StackedColumn100 #

One hundred percent stacked vertical column chart.

Value: 2
public const WordChartSnapshotKind ClusteredBar #

Clustered horizontal bar chart.

Value: 3
public const WordChartSnapshotKind StackedBar #

Stacked horizontal bar chart.

Value: 4
public const WordChartSnapshotKind StackedBar100 #

One hundred percent stacked horizontal bar chart.

Value: 5
public const WordChartSnapshotKind Line #

Line chart.

Value: 6
public const WordChartSnapshotKind StackedLine #

Stacked line chart.

Value: 7
public const WordChartSnapshotKind StackedLine100 #

One hundred percent stacked line chart.

Value: 8
public const WordChartSnapshotKind Area #

Area chart.

Value: 9
public const WordChartSnapshotKind StackedArea #

Stacked area chart.

Value: 10
public const WordChartSnapshotKind StackedArea100 #

One hundred percent stacked area chart.

Value: 11
public const WordChartSnapshotKind Radar #

Radar chart.

Value: 12
public const WordChartSnapshotKind Scatter #

Scatter chart.

Value: 13
public const WordChartSnapshotKind Pie #

Pie chart.

Value: 14
public const WordChartSnapshotKind Doughnut #

Doughnut chart.

Value: 15