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