FooterAlignment property: Chart class
Description
Use this property to specify an Integer value indicating the alignment for the footer 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_Start is the default value. |
Left-align the displayed text. |
This property is read/write.
Related Topics