MindFusion.Wpf Pack Programmer's Guide
ChartSeries.LabelBackground Property
See Also
 





Gets or sets the background of the label. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Brush LabelBackground { get; set; }

Visual Basic  Copy Code

Public Property LabelBackground As Brush

 Property Value

An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).

 Remarks

The LabelBackground property specifies the background of labels drawn at data points in this ChartSeries.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace