Class ChartAxisRecord.ChartAxisType
Represents the Chart axis type.
Inheritance
System.Object
ChartAxisRecord.ChartAxisType
Namespace: Syncfusion.XlsIO.Parser.Biff_Records.Charts
Assembly: Syncfusion.XlsIO.Portable.dll
Syntax
public sealed class ChartAxisType : Enum
Fields
CategoryAxis
Represents the CategoryAxis chart axis type.
Declaration
public const ChartAxisRecord.ChartAxisType CategoryAxis
Field Value
Type | Description |
---|---|
ChartAxisRecord.ChartAxisType |
SeriesAxis
Represents the SeriesAxis chart axis type.
Declaration
public const ChartAxisRecord.ChartAxisType SeriesAxis
Field Value
Type | Description |
---|---|
ChartAxisRecord.ChartAxisType |
value__
Declaration
public int value__
Field Value
Type | Description |
---|---|
System.Int32 |
ValueAxis
Represents the ValueAxis chart axis type.
Declaration
public const ChartAxisRecord.ChartAxisType ValueAxis
Field Value
Type | Description |
---|---|
ChartAxisRecord.ChartAxisType |