AlignmentX is used to align an element horizontally. This attribute takes following values:
|
Value |
Description |
|
Left |
Places the element near the left edge of the Chart/PlotArea. |
|
Center |
Places the element at the center of the Chart/PlotArea. |
|
Right |
Places the element near the right edge of the Chart/PlotArea. |
Format to apply AlignmentX:
AlignmentX="Left"
This attribute applies to:
Example:
<vc:Title AlignmentX="Right" ... />