Search
Theme.UniformSeriesStrokeDashStyle Property
See Also
 






Gets or sets uniform stroke dash style for all elements of all series.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DashStyle UniformSeriesStrokeDashStyle { get; set; }

Visual Basic  Copy Code

Public Property UniformSeriesStrokeDashStyle As DashStyle

 Property Value

A member of the DashStyle enumeration.

 See Also