Sets font style like "Italic" or "Normal" for the title of Legend, horizontal Axis or vertical Axis.
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.Legends>
<vc:Legend Title="Legend Title" TitleFontStyle="Italic"/>
</vc:Chart.Legends>
</vc:Chart>
Below is the chart after setting TitleFontStyle property in Legend.
