MindFusion.Charting Programmer's Guide

Chart.BackgroundBrush Property

See Also
 





Specifies the brush for the chart background.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Brush BackgroundBrush { get; set; }

Visual Basic  Copy Code

Public Property BackgroundBrush As Brush

 Property Value

An object of type MindFusion.Drawing.Brush.

 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