Gets or sets the background of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C#
![]() |
---|
public Brush PlotAreaFill { get; set; } |
Visual Basic
![]() |
---|
Public Property PlotAreaFill As Brush |
A WPF Brush object. The default is null (Nothing in Visual Basic).
The PlotAreaFill Brush paints the rectangle created by the axes in charts that use the Cartesian coordinate system.
MindFusion.Charting for WPF Programmer's Guide | © 2025 MindFusion |