MindFusion.Wpf Pack Programmer's Guide
AxesChart.PlotAreaFill Property
See Also
 





Gets or sets the background of the plot area.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public Brush PlotAreaFill { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaFill As Brush

 Property Value

A WPF Brush object. The default is null (Nothing in Visual Basic).

 Remarks

The PlotAreaFill Brush paints the rectangle created by the axes in charts that use the Cartesian coordinate system.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Wpf Namespace