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






Gets or sets the background of the label.

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

 Syntax

C#  Copy Code

public Brush LabelBackground { get; set; }

Visual Basic  Copy Code

Public Property LabelBackground As Brush

 Property Value

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

 Remarks

Use LabelBackground to fill a rectangle under each label at chart data points.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Silverlight Namespace