AxisLineIdentifierType Enumeration
|
Axis line indentifier type.
Namespace:
Spire.Xls
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public enum AxisLineIdentifierType
Public Enumeration AxisLineIdentifierType
public enum class AxisLineIdentifierType
type AxisLineIdentifierType
Members
|
Member name
|
Value
|
Description
|
|
AxisLineItself
|
0
|
The axis line itself.
|
|
MajorGridLine
|
1
|
Major grid line along the axis.
|
|
MinorGridLine
|
2
|
Minor grid line along the axis.
|
|
WallsOrFloor
|
3
|
Walls or floor -- walls if parent axis is type 0 or 2;
floor if parent axis is type 1.
|
See Also