Gets or sets a Brush used to draw the background of plots.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
SyntaxC#
Copy Code
|
|---|
public Brush PlotBackground { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PlotBackground As Brush |
See Also