Axis.TickLabelPosition Property
Describes the position of tick-mark labels on the specified axis. Read/write XlTickLabelPosition.
Namespace: Microsoft.Office.Interop.PowerPoint
Assembly: Microsoft.Office.Interop.PowerPoint (in Microsoft.Office.Interop.PowerPoint.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.PowerPoint.XlTickLabelPosition