AxisTickLabelPosition Enumeration
|
Specifies the possible positions for tick labels.
Namespace:
Spire.Doc.Fields.Shapes.Charts
Assembly:
Spire.Doc (in Spire.Doc.dll) Version: 13.2.3.0 (13.2.3.3046)
Syntax
public enum AxisTickLabelPosition
Public Enumeration AxisTickLabelPosition
public enum class AxisTickLabelPosition
type AxisTickLabelPosition
Members
|
Member name
|
Value
|
Description
|
|
High
|
0
|
Specifies the axis labels shall be at the high end of the perpendicular axis.
|
|
Low
|
1
|
Specifies the axis labels shall be at the low end of the perpendicular axis.
|
|
NextTo
|
2
|
Specifies the axis labels shall be next to the axis.
|
|
None
|
3
|
Specifies the axis labels are not drawn.
|
|
Default
|
2
|
Specifies default value of tick labels position.
|
See Also