Gets or Sets the thickness of the border line.
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.Titles>
<vc:Title Text="Visifire" BorderThickness="2.0" />
</vc:Chart.Titles>
</vc:Chart>
Below is the chart after setting BorderThickness property in Title.

Remarks:
BorderThickness takes values of type System.Windows::Thickness.
For DataPoints where the shape may not remain rectangular, only the Thickness.Left is used to set the thickness of the Border line.