MindFusion.Charting for Silverlight Programmer's Guide
ChartSeries.LabelBorderBrush Property
See Also
 

Gets or sets the brush for the label border.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Brush LabelBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property LabelBorderBrush As Brush

 Property Value

An instance of the System.Windows.Media.Brush class. Default value is null.

 Remarks

The LabelBorderBrush paints the border of the rectangle that is drawn under labels when LabelBackground is not null.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Silverlight Namespace