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
Package: MindFusion.Charting
C# Copy Code |
---|
public List<List<Brush>> SeriesStrokes { get; set; } |
Visual Basic Copy Code |
---|
Public Property SeriesStrokes As List(Of List(Of Brush)) |