Charting for WPF Programmer's Guide

ChartSeries.Strokes Property

See Also
 


Gets or sets the strokes for the series.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public List<Brush> Strokes { get; set; }

Visual Basic  Copy Code

Public Property Strokes As List(Of Brush)

 Property Value

A strongly-typed list with Brush objects. Default value is an empty list.

 Remarks

Brush-es from the Strokes property are used for outlining parts in all types of charts.

 See Also