Skip to main content

Search OfficeIMO

Enter a topic, API type, or PowerShell command.

Documentation Search all OfficeIMO/

API Reference

Enum

OdsChartType

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

Chart forms supported by native ODS chart authoring.

Inheritance

  • Enum
  • OdsChartType

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

Accepted by parameters

Values

public const OdsChartType Column #

Vertical clustered columns.

Value: 0
public const OdsChartType Bar #

Horizontal clustered bars.

Value: 1
public const OdsChartType Line #

Line series.

Value: 2