Class ChartType
List of available chart types
Inheritance
System.Object
ChartType
Namespace: IronXL.Drawing.Charts
Assembly: IronXL.dll
Syntax
public sealed class ChartType : Enum
Fields
Area
The area chart
Declaration
public const ChartType Area
Field Value
Type | Description |
---|---|
ChartType |
Bar
The bar chart
Declaration
public const ChartType Bar
Field Value
Type | Description |
---|---|
ChartType |
Column
The column chart
Declaration
public const ChartType Column
Field Value
Type | Description |
---|---|
ChartType |
Line
The line chart
Declaration
public const ChartType Line
Field Value
Type | Description |
---|---|
ChartType |
Pie
The pie chart
Declaration
public const ChartType Pie
Field Value
Type | Description |
---|---|
ChartType |
Scatter
The scatter chart
Declaration
public const ChartType Scatter
Field Value
Type | Description |
---|---|
ChartType |
value__
Declaration
public short value__
Field Value
Type | Description |
---|---|
System.Int16 |