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