LabelFontStyle

Gets or Sets the style of the fonts in element's labels. 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.Series>

<vc:DataSeries>

<vc:DataSeries.DataPoints>

<vc:DataPoint LabelFontStyle="Italic" />

</vc:DataSeries.DataPoints>

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting LabelFontStyle property:

 

 

 

Related Links:

  1. For a list of supported FontStyles please refer to MSDN.