Charting for WinForms Programmer's Guide
PerElementSeriesStyle.StrokeDashStyles Property
See Also
 






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
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public List<List<DashStyle>> StrokeDashStyles { get; set; }

Visual Basic  Copy Code

Public Property StrokeDashStyles As List(Of List(Of DashStyle))

 Property Value

 See Also

PerElementSeriesStyle Members
PerElementSeriesStyle Class
MindFusion.Charting Namespace