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
SyntaxC#
Copy Code
|
|---|
public Brush ChartBrush { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ChartBrush As Brush |
A WPF Brush specifying the default fill of the elements in the chart. The default is a solid white brush.
See Also