Gets or sets a brush used to fill the background of the chart.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Brush Fill { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Fill As Brush |
An instance of the Brush class. The default is a solid white brush.
See Also