HorizontalAlignment property (Excel Graph)

Returns or sets the horizontal alignment for the specified object. Read/write XlHAlign.

Syntax

expression.HorizontalAlignment

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

Remarks

Some of these constants may not be available to you, depending on the language support (U.S. English, for example) that you've selected or installed.

Example

This example centers the chart title.

myChart.ChartTitle.HorizontalAlignment = xlCenter

Support and feedback

Have questions or feedback about Office VBA or this documentation? Please see Office VBA support and feedback for guidance about the ways you can receive support and provide feedback.