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






Gets or sets a list of dash styles, each style applied to all elements of a series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property StrokeDashStyles As List(Of DashStyle)

 Property Value

 See Also

PerSeriesStyle Members
PerSeriesStyle Class
MindFusion.Charting Namespace