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





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

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

 Syntax

C#  Copy Code

public Brush ChartStroke { get; set; }

Visual Basic  Copy Code

Public Property ChartStroke As Brush

 Property Value

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

 See Also

Chart Members
Chart Class
MindFusion.Reporting.Wpf Namespace