API Reference

Enum

WordChartBarGrouping

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

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

Inheritance

  • Enum
  • WordChartBarGrouping

Usage

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

Values

public const WordChartBarGrouping PercentStacked #

Represents the Open XML value percentStacked.

Value: 0
public const WordChartBarGrouping Clustered #

Represents the Open XML value clustered.

Value: 1
public const WordChartBarGrouping Standard #

Represents the Open XML value standard.

Value: 2
public const WordChartBarGrouping Stacked #

Represents the Open XML value stacked.

Value: 3