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





Gets or sets the brushes used to fill the chart elements. This is a dependency property.

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

 Syntax

C#  Copy Code

public IList<Brush> Brushes { get; set; }

Visual Basic  Copy Code

Public Property Brushes As IList(Of Brush)

 Property Value

A list of WPF Brush objects specifying the fill of the individual elements in the chart.

 See Also

Chart Members
Chart Class
MindFusion.Reporting.Wpf Namespace