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





Specifies the brush for the chart background.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush BackgroundBrush { get; set; }

Visual Basic  Copy Code

Public Property BackgroundBrush As Brush

 Property Value

An object of the 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 Namespace
BkgrImagePos
ImagePos Enumeration