Search
Theme.SeriesStrokeDashStyles 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>> SeriesStrokeDashStyles { get; set; }

Visual Basic  Copy Code

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

 Property Value

A list of DashStyle lists.

 See Also