Search
Series.LineStyle Property
See Also
 






Gets or sets the outline style of the chart elements representing the series, or null (Nothing in Visual Basic), to draw solid lines.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public DashStyle LineStyle { get; set; }

Visual Basic  Copy Code

Public Property LineStyle As DashStyle

 Property Value

A member of the WPF DashStyle enumeration or null (Nothing in Visual Basic). The default is null.

 See Also