Gets or sets the legend background brush.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush LegendBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendBackground As Brush |
An instance of the System.Windows.Media.Brush class. The default value is null (no background is drawn).
See Also