MindFusion WinForms Programmer's Guide
Chart.BackgroundBrush Property
See Also
 





Specifies the brush for the chart background.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Brush BackgroundBrush { get; set; }

Visual Basic  Copy Code

Public Property BackgroundBrush As Brush

 Property Value

An instance of type MindFusion.Drawing.Brush class.

 Remarks

The property specifies the brush for the entire chart background. If the chart is drawn in a graphics, bigger than its size the background brush paints only the background of the chart bounding rectangle and not the whole graphics.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace