Gets or Sets the VerticalAlignment property of the element.
Type: VerticalAlignment
Namespace: Visifire.Charts
Assembly:
|
Silverlight: |
SLVisifire.Charts (in SLVisifire.Charts.dll) |
|
WPF: |
WPFVisifire.Charts (in WPFVisifire.Charts.dll) |
This attribute applies to:
Syntax:
<vc:Chart ... >
<vc:Chart.Titles>
<vc:Title Text="Visifire" VerticalAlignment="Bottom" />
</vc:Chart.Titles>
</vc:Chart>
Below is the chart after setting VerticalAlignment property in Title.

Remarks:
VerticalAlignment property is set to Top by default for Title.
VerticalAlignment property is set to Bottom by default for Legend.
Related Links:
For a list of supported values please refer to MSDN.