API Reference

Enum

PowerPointChartGrouping

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

Defines OfficeIMO values corresponding to DocumentFormat.OpenXml.Drawing.Charts.GroupingValues.

Inheritance

  • Enum
  • PowerPointChartGrouping

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 PowerPointChartGrouping PercentStacked #

Represents the Open XML value percentStacked.

Value: 0
public const PowerPointChartGrouping Standard #

Represents the Open XML value standard.

Value: 1
public const PowerPointChartGrouping Stacked #

Represents the Open XML value stacked.

Value: 2