MindFusion.Charting for Silverlight Programmer's Guide
AxesChart.PlotAreaFill Property
See Also
 






Gets or sets the background of the plot area.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public Brush PlotAreaFill { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaFill As Brush

 Property Value

An object of type System.Windows.Media.Brush. Defult value is null.

 Remarks

The PlotAreaFill property specifies the brush used to fill the rectangle between the axes of the chart. If a grid is drawn, the plot area will be filled with the grid and setting the PlotAreaFill property will have no effect.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.Silverlight Namespace