API Reference
Enum
PowerPointChartSnapshotKind
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.
Returned or exposed by
- Property PowerPointChartSnapshot.ChartKind
- Field PowerPointChartSnapshotKind.Area
- Field PowerPointChartSnapshotKind.ClusteredBar
- Field PowerPointChartSnapshotKind.ClusteredColumn
- Field PowerPointChartSnapshotKind.Doughnut
- Field PowerPointChartSnapshotKind.Line
- Field PowerPointChartSnapshotKind.Pie
- Field PowerPointChartSnapshotKind.Radar
- Field PowerPointChartSnapshotKind.Scatter
- Field PowerPointChartSnapshotKind.StackedArea
- Field PowerPointChartSnapshotKind.StackedArea100
- Field PowerPointChartSnapshotKind.StackedBar
- Field PowerPointChartSnapshotKind.StackedBar100
- Field PowerPointChartSnapshotKind.StackedColumn
- Field PowerPointChartSnapshotKind.StackedColumn100
- Field PowerPointChartSnapshotKind.StackedLine
- Field PowerPointChartSnapshotKind.StackedLine100
Inherited Methods
public override sealed Int32 CompareTo(Object target) #Returns:
Int32Inherited from Enum
Parameters
- target Object
public override sealed String ToString(String format, IFormatProvider provider) #Returns:
StringInherited from Enum
Obsolete("The provider argument is not used. Use ToString(String) instead.")Parameters
- format String
Values
public const PowerPointChartSnapshotKind StackedColumn100 #One-hundred percent stacked vertical column chart.
Value:
2public const PowerPointChartSnapshotKind StackedBar100 #One-hundred percent stacked horizontal bar chart.
Value:
5public const PowerPointChartSnapshotKind StackedLine100 #One-hundred percent stacked line chart.
Value:
8public const PowerPointChartSnapshotKind StackedArea100 #One-hundred percent stacked area chart.
Value:
14