Alignment Property [AutoAxisTickLabels]

The Alignment property returns or sets the axis tick label alignment. Returns a Long.

Syntax

object.Alignment

object.Alignment = Alignment

 

Parameter Type Description
Alignment Long required, label alignment, grfHAlignment

 

Example

This example demonstrates how to center the tick labels under the tick marks.

TickLabels.Alignment = grfAlignCenter

 

Used by: AutoAxisTickLabels object