MindFusion.Wpf Pack Programmer's Guide
LineChart.PlotAreaFill Property
See Also
 





Gets or sets the background of the plot area. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public Brush PlotAreaFill { get; set; }

Visual Basic  Copy Code

Public Property PlotAreaFill As Brush

 Property Value

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

 See Also

LineChart Members
LineChart Class
MindFusion.Reporting.Wpf Namespace