Gets or sets the background of the plot area.
Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight
C#
![]() |
---|
public Brush PlotAreaFill { get; set; } |
Visual Basic
![]() |
---|
Public Property PlotAreaFill As Brush |
An object of type System.Windows.Media.Brush. Defult value is null.
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.