MindFusion.Wpf Pack Programmer's Guide
ChartSeries.Strokes Property
See Also
 





Gets the strokes of the series. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public BrushCollection Strokes { get; set; }

Visual Basic  Copy Code

Public Property Strokes As BrushCollection

 Property Value

A collection of WPF Brush objects. The default is an empty collection.

 Remarks

Brushes from the Strokes property are used for outlining the graphical elements of the series - lines, areas, basr, pie slices, etc.

 See Also

ChartSeries Members
ChartSeries Class
MindFusion.Charting.Wpf Namespace