Class ChartType
Represents the different types of charts supported by the document.
Inheritance
System.Object
ChartType
Namespace: IronWord.Models.Enums
Assembly: IronWord.dll
Syntax
public sealed class ChartType : Enum
Fields
Bar
A bar chart.
Declaration
public const ChartType Bar
Field Value
| Type | Description |
|---|---|
| ChartType |
Line
A line chart.
Declaration
public const ChartType Line
Field Value
| Type | Description |
|---|---|
| ChartType |
Pie
A pie chart.
Declaration
public const ChartType Pie
Field Value
| Type | Description |
|---|---|
| ChartType |
value__
Declaration
public int value__
Field Value
| Type | Description |
|---|---|
| System.Int32 |