TitleAlignment property: Chart class

Description

Use this property to specify an Integer value indicating the alignment for the main title text and subtitle text.

The following lists all the values you can specify. You can use either the numeric or constant value.

Numeric Value Constant Value Description

1

%ChartTextAlign_Center

Center the displayed text.

2

%ChartTextAlign_End

Right-align the displayed text.

3

%ChartTextAlign_Start

Note: %ChartTextAlign_Center is the default value.

Left-align the displayed text.

This property is read/write.