LabelLineThickness

Gets or Sets the thickness of the line joining the DataPoint label and Pie/Doughnut/Funnel slice. Applicable to Pie, Doughnut and Funnel charts only.

 

Type: Double

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 LabelLineThickness="2" />

</vc:DataSeries.DataPoints>

</vc:DataSeries>

</vc:Chart.Series>

</vc:Chart>

 

Below is the chart after setting LabelLineThickness property:

 

 

 

Remarks:

  1. Takes any positive double value.