Class ExcelAxisLineIdentifier
Enumeration which represents axis line identifier.
Inheritance
System.Object
ExcelAxisLineIdentifier
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.UWP.dll
Syntax
public sealed class ExcelAxisLineIdentifier : Enum
Fields
AxisLineItself
The axis line itself.
Declaration
public const ExcelAxisLineIdentifier AxisLineItself
Field Value
Type |
---|
ExcelAxisLineIdentifier |
MajorGridLine
Major grid line along the axis.
Declaration
public const ExcelAxisLineIdentifier MajorGridLine
Field Value
Type |
---|
ExcelAxisLineIdentifier |
MinorGridLine
Minor grid line along the axis.
Declaration
public const ExcelAxisLineIdentifier MinorGridLine
Field Value
Type |
---|
ExcelAxisLineIdentifier |
WallsOrFloor
Walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1.
Declaration
public const ExcelAxisLineIdentifier WallsOrFloor
Field Value
Type |
---|
ExcelAxisLineIdentifier |