Gets the strokes of the series. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
SyntaxC#
Copy Code
|
|---|
public BrushCollection Strokes { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property Strokes As BrushCollection |
A collection of WPF Brush objects. The default is an empty collection.
RemarksBrushes from the Strokes property are used for outlining the graphical elements of the series - lines, areas, basr, pie slices, etc.
See Also