MindFusion.Wpf Pack Programmer's Guide
Chart.Fill Property
See Also
 





Gets or sets a brush used to fill the background of the chart.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Brush Fill { get; set; }

Visual Basic  Copy Code

Public Property Fill As Brush

 Property Value

An instance of the Brush class. The default is a solid white brush.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace