The Alignment property is used to align the axis titles. The full path for this property is Area.Axes.Title.Alignment. This property has the following values: Center, Far, Near.

 Center. Centers the axis titles on each axis. Below is an example of a chart with the Alignment property of the X axis title set to Center.

 Far. Align the axis titles away from the coordinate origin. Below is an example chart with the Alignment property of the X-axis title set to Far.

 Near. Align the axis titles near the coordinate origin. Below is an example of a chart with the Alignment property of the X-axis title set to "Near".

By default, the Alignment property of series is set to Center.