Gets or sets the brushes used to fill the chart elements. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public IList<Brush> Brushes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Brushes As IList(Of Brush) |
A list of WPF Brush objects specifying the fill of the individual elements in the chart.
See Also