TickMark EnumerationBytescout Spreadsheet SDK
Specifies the possible positions for tick marks.

Namespace:  Bytescout.Spreadsheet.Charts
Assembly:  Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.1.2054-master
Syntax

public enum TickMark
Members

  Member nameValueDescription
Cross0 Specifies the tick marks shall cross the axis.
Inside1 Specifies the tick marks shall be inside the plot area.
None2 Specifies there shall be no tick marks.
Outside3 Specifies the tick marks shall be outside the plot area.
See Also

Reference