XlTickLabelPosition Enumeration

Specifies the position of tick-mark labels on the specified axis.

Namespace:  Microsoft.Office.Interop.Excel
Assembly:  Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)

Syntax

'Declaration
Public Enumeration XlTickLabelPosition
'Usage
Dim instance As XlTickLabelPosition
public enum XlTickLabelPosition

Members

Member name Description
xlTickLabelPositionHigh Top or right side of the chart.
xlTickLabelPositionLow Bottom or left side of the chart.
xlTickLabelPositionNextToAxis Next to axis (where axis is not at either side of the chart).
xlTickLabelPositionNone No tick marks.

See Also

Reference

Microsoft.Office.Interop.Excel Namespace