Link Search Menu Expand Document

TickLabelPosition Enumeration

Specifies the possible positions for tick labels.

Namespace:Bytescout.Spreadsheet.Charts
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public enum TickLabelPosition
Members
Member nameValueDescription
High0 Specifies the axis labels shall be at the high end of the perpendicular axis.
Low1 Specifies the axis labels shall be at the low end of the perpendicular axis.
NextTo2 Specifies the axis labels shall be next to the axis.
None3 Specifies the axis labels are not drawn.
See Also

Reference