Click or drag to resize

AxisTickMark Enumeration

Specifies the possible positions for tick marks.

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 AxisTickMark
Members
Member name Value Description
Cross 0 Specifies that the tick marks shall cross the axis.
Inside 1 Specifies that the tick marks shall be inside the plot area.
Outside 2 Specifies that the tick marks shall be outside the plot area.
None 3 Specifies that there shall be no tick marks.
See Also