Enum ExcelTickLabelPosition
Specifies the position of tick-mark labels on the axis.
Namespace: Syncfusion.XlsIO
Assembly: Syncfusion.XlsIO.Base.dll
Syntax
public enum ExcelTickLabelPosition
Fields
Name | Description |
---|---|
TickLabelPosition_High | Top or right side of the chart. |
TickLabelPosition_Low | Bottom or left side of the chart. |
TickLabelPosition_NextToAxis | Next to axis (where axis is not at either side of the chart). |
TickLabelPosition_None | No tick marks. |