Gets or sets the Brush used to fill background of data labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush DataLabelsBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property DataLabelsBackground As Brush |
An instance of Brush-derived class used to fill labels' background. The default value is null.
See Also