Gets or sets the background for the axis.
Namespace: MindFusion.RealTimeCharting.Wpf
Assembly: MindFusion.RealTimeCharting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush Background { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Background As Brush |
An instance of the System.Windows.Media.Brush class. The default value is Brushes.Transparent.
See Also