Search
Theme.LegendBorderStrokeDashStyle Property
See Also
 






Gets or sets the dash style of legend borders.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public DashStyle LegendBorderStrokeDashStyle { get; set; }

Visual Basic  Copy Code

Public Property LegendBorderStrokeDashStyle As DashStyle

 Property Value

A member of the DashStyle enumeration.

 See Also