Class ExcelAxisType
Specifies the axis types for charts in Excel.
Inheritance
System.Object
ExcelAxisType
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelAxisType : Enum
Fields
Category
Axis displays categories.
Declaration
public const ExcelAxisType Category
Field Value
Type |
---|
ExcelAxisType |
Serie
Axis displays data series.
Declaration
public const ExcelAxisType Serie
Field Value
Type |
---|
ExcelAxisType |
Value
Axis displays values.
Declaration
public const ExcelAxisType Value
Field Value
Type |
---|
ExcelAxisType |