Charting for WPF Programmer's Guide

AxesChart.PlotAreaFill Property

See Also
 


Gets or sets the background of the plot area.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush PlotAreaFill { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaFill As Brush

 Property Value

An object of type Brush. Default value is null.

 Remarks

PlotAreaFill is used for painting the area between the axes in charts that use the Cartesian coordinate system.

 See Also