TickLabelPosition Property

Microsoft Graph Visual Basic

TickLabelPosition Property

       

Describes the position of tick-mark labels on the specified axis. Read/write XlTickLabelPosition.

XlTickLabelPosition can be one of these XlTickLabelPosition constants.
xlTickLabelPositionHigh
xlTickLabelPositionLow
xlTickLabelPositionNextToAxis
xlTickLabelPositionNone

expression.TickLabelPosition

expression   Required. An expression that returns one of the objects in the Applies To list.

Example

This example sets tick-mark labels on the category axis to the high position (above the chart).

myChart.Axes(xlCategory) _
    .TickLabelPosition = xlTickLabelPositionHigh