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





Gets or sets the default brush used to fill individual chart pieces. This is a dependency property.

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

 Syntax

C#  Copy Code

public Brush ChartBrush { get; set; }

Visual Basic  Copy Code

Public Property ChartBrush As Brush

 Property Value

A WPF Brush specifying the default fill of the elements in the chart. The default is a solid white brush.

 See Also

Chart Members
Chart Class
MindFusion.Reporting.Wpf Namespace