Gets or sets a list of DashStyle lists, each list used to stroke a different series, and each DashStyle value specifying style of individual elements of a series.
Namespace: MindFusion.Charting
Package: MindFusion.Charting
C# Copy Code |
---|
public List<List<DashStyle>> SeriesStrokeDashStyles { get; set; } |
Visual Basic Copy Code |
---|
Public Property SeriesStrokeDashStyles As List(Of List(Of DashStyle)) |