Gets or sets the background of the label. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush LabelBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LabelBackground As Brush |
An instance of the WPF Brush class. The default is null (Nothing in Visual Basic).
RemarksThe LabelBackground property specifies the background of labels drawn at data points in this ChartSeries.
See Also