Search
Chart.LegendBorderStyle Property
See Also
 






Gets or sets the border style of the legend, or null (Nothing in Visual Basic), to use a solid line.

Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public Nullable<DashStyle> LegendBorderStyle { get; set; }

Visual Basic  Copy Code

Public Property LegendBorderStyle As Nullable(Of DashStyle)

 Property Value

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

 See Also