Gets or Sets the style of the fonts used in chart. For example, Italic or Normal.
Type: FontStyle
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" FontStyle="Italic" />
</vc:Chart.Titles>
</vc:Chart>
Below is the chart after setting FontStyle property in Title.

Related Links:
For a list of supported FontStyles please refer to MSDN.