Search
Chart.PlotFill Property
See Also
 






Gets or sets a brush used to fill the background of the chart's plot area.

Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Brush PlotFill { get; set; }

Visual Basic  Copy Code

Public Property PlotFill As Brush

 Property Value

An instance of the Brush class. The default is null (Nothing in Visual Basic).

 See Also