Search
Theme.HighlightStrokeDashStyle Property
See Also
 






Gets or sets the dash style of highlight strokes.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DashStyle HighlightStrokeDashStyle { get; set; }

Visual Basic  Copy Code

Public Property HighlightStrokeDashStyle As DashStyle

 Property Value

A member of the DashStyle enumeration.

 See Also