Axis.TickLabelPosition Property

Describes 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
Property TickLabelPosition As XlTickLabelPosition
    Get
    Set
'Usage
Dim instance As Axis
Dim value As XlTickLabelPosition

value = instance.TickLabelPosition

instance.TickLabelPosition = value
XlTickLabelPosition TickLabelPosition { get; set; }

Property Value

Type: Microsoft.Office.Interop.Excel.XlTickLabelPosition

Remarks

XlTickLabelPosition can be one of these XlTickLabelPosition constants:

xlTickLabelPositionLow

xlTickLabelPositionNone

xlTickLabelPositionHigh

xlTickLabelPositionNextToAxis

You cannot use the xlTickLabelPositionHigh constant on 3-D charts.

See Also

Reference

Axis Interface

Axis Members

Microsoft.Office.Interop.Excel Namespace