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





Gets or sets the brush for the background of the chart's labels. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Brush LabelBackground { get; set; }

Visual Basic  Copy Code

Public Property LabelBackground As Brush

 Property Value

A WPF Brush object specifying the background of the chart labels. The default is a semitransparent solid white brush.

 See Also

Chart Members
Chart Class
MindFusion.Reporting.Wpf Namespace