BorderBrush

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 BorderBrush="Red">

 

</vc:Chart>

 

Below is the chart after setting BorderBrush property in Chart.

 

 

 

Remarks:

  1. Any Brush derived from the System.Windows.Media::Brush can be applied to this attribute.

  2. BorderBrush property cannot be null if set from XAML.