Charting for WinForms Programmer's Guide
Theme.SeriesStrokes Property
See Also
 






Gets or sets a list of Brush lists, each list used to stroke a different series, and each Brush used to stroke individual elements of a series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property SeriesStrokes As List(Of List(Of Brush))

 Property Value

 See Also

Theme Members
Theme Class
MindFusion.Charting Namespace