Gets or sets the background of the plot area.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# 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).
The PlotAreaFill Brush paints the rectangle created by the axes in charts that use the Cartesian coordinate system.