Gets or sets a brush that is used to fill the chart elements representing the series, or null (Nothing in Visual Basic), to automatically assign a brush.
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 null (Nothing in Visual Basic).
See Also