Gets or sets the background of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush PlotAreaFill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property PlotAreaFill As Brush |
A WPF Brush object. The default is null (Nothing in Visual Basic).
RemarksThe PlotAreaFill Brush paints the rectangle created by the axes in charts that use the Cartesian coordinate system.
See Also