Class ExcelAxisUsed
Enumeration of the axes used for Charts in Excel.
Inheritance
System.Object
ExcelAxisUsed
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.NET.dll
Syntax
public sealed class ExcelAxisUsed : Enum
Fields
Primary
Represents the Primary axis option.
Declaration
public const ExcelAxisUsed Primary
Field Value
Type |
---|
ExcelAxisUsed |
PrimaryAndSecondary
Represents the Primary and Secondary axis option.
Declaration
public const ExcelAxisUsed PrimaryAndSecondary
Field Value
Type |
---|
ExcelAxisUsed |