ASP.NET Pack Programmer's Guide
AxesChart.PlotAreaBrush Property
See Also
 





Gets or sets the brush for painting the plot area.

Namespace: MindFusion.Charting.WebForms
Package: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Brush PlotAreaBrush { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaBrush As Brush

 Property Value

An object of type MindFusion.Drawing.Brush. Default value is null e.g. the plot area is not colored.

 See Also

AxesChart Members
AxesChart Class
MindFusion.Charting.WebForms Namespace