AlignmentY is used to align an element vertically. This attribute takes following values:
|
Value |
Description |
|
Top |
Places the element near the top edge of the Chart/PlotArea. |
|
Center |
Places the element at the center of the Chart/PlotArea. |
|
Bottom |
Places the element near the bottom edge of the Chart/PlotArea. |
Format to apply AlignmentY:
AlignmentY="Top"
This attribute applies to:
Example:
<vc:Title AlignmentY="Top" ... />