API Reference

Enum

PowerPointChartSnapshotKind

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

PowerPoint chart families available as first-party render snapshots.

Inheritance

  • Enum
  • PowerPointChartSnapshotKind

Usage

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

Values

public const PowerPointChartSnapshotKind ClusteredColumn #

Clustered column chart.

Value: 0
public const PowerPointChartSnapshotKind StackedColumn #

Stacked vertical column chart.

Value: 1
public const PowerPointChartSnapshotKind StackedColumn100 #

One-hundred percent stacked vertical column chart.

Value: 2
public const PowerPointChartSnapshotKind ClusteredBar #

Clustered horizontal bar chart.

Value: 3
public const PowerPointChartSnapshotKind StackedBar #

Stacked horizontal bar chart.

Value: 4
public const PowerPointChartSnapshotKind StackedBar100 #

One-hundred percent stacked horizontal bar chart.

Value: 5
public const PowerPointChartSnapshotKind Line #

Line chart.

Value: 6
public const PowerPointChartSnapshotKind StackedLine #

Stacked line chart.

Value: 7
public const PowerPointChartSnapshotKind StackedLine100 #

One-hundred percent stacked line chart.

Value: 8
public const PowerPointChartSnapshotKind Scatter #

Scatter chart.

Value: 9
public const PowerPointChartSnapshotKind Pie #

Pie chart.

Value: 10
public const PowerPointChartSnapshotKind Doughnut #

Doughnut chart.

Value: 11
public const PowerPointChartSnapshotKind Area #

Area chart.

Value: 12
public const PowerPointChartSnapshotKind StackedArea #

Stacked area chart.

Value: 13
public const PowerPointChartSnapshotKind StackedArea100 #

One-hundred percent stacked area chart.

Value: 14
public const PowerPointChartSnapshotKind Radar #

Radar chart.

Value: 15