Charting for WPF Programmer's Guide

AxesChart.PlotAreaBackground Property

See Also
 


Gets or sets the background of the plot area.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public Brush PlotAreaBackground { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaBackground As Brush

 Property Value

A Brush object. Default value is Brushes.Transparent.

 Remarks

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

 See Also