Search
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

A list of DashStyle objects.

 See Also