Enum ExcelAxisLineIdentifier
Enumeration which represents axis line identifier.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelAxisLineIdentifier
Fields
| Name | Description |
|---|---|
| AxisLineItself | The axis line itself. |
| MajorGridLine | Major grid line along the axis. |
| MinorGridLine | Minor grid line along the axis. |
| WallsOrFloor | Walls or floor -- walls if parent axis is type 0 or 2; floor if parent axis is type 1. |