Gets or sets the brush used to stroke individual chart pieces. This is a dependency property.
Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf
SyntaxC#
Copy Code
|
|---|
public Brush ChartStroke { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property ChartStroke As Brush |
A WPF Brush specifying the default stroke of the elements in the chart. The default is a solid black brush.
See Also