Gets or Sets the color for the border of an element.
Type: Brush
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" BorderColor="Red" />
</vc:Chart.Titles>
</vc:Chart>
Below is the chart after setting BorderColor property in Title.

Remarks:
Any Brush derived from the System.Windows.Media::Brush can be applied to this attribute.
BorderColor property cannot be null if set from XAML.