Search
MixedSeriesStyle.CommonStrokeDashStyles 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> CommonStrokeDashStyles { get; set; }

Visual Basic  Copy Code

Public Property CommonStrokeDashStyles As List(Of DashStyle)

 Property Value

A list of DashStyle objects.

 See Also