Charting for WinForms Programmer's Guide
Theme.DataLabelsBackground Property
See Also
 






Gets or sets the Brush used to fill background of data labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush DataLabelsBackground { get; set; }

Visual Basic  Copy Code

Public Property DataLabelsBackground As Brush

 Property Value

An instance of Brush-derived class used to fill labels' background. The default value is null.

 See Also

Theme Members
Theme Class
MindFusion.Charting Namespace