Gets or Sets the thickness of the line used in the chart. In DataSeries, this attribute sets the thickness of the line in the Line chart.
Type: Thickness
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 LineThickness="6" >
.
.
.
</vc:DataSeries>
</vc:Chart.Series>
</vc:Chart>
Below is the chart after setting LineThickness property in DataSeries:

Remarks:
If LineThickness property is not set in DataSeries then the maximum value for the LineThickness will be 4.