MindFusion.Wpf Pack Programmer's Guide
Chart.LegendBorderBrush Property
See Also
 





Gets or sets the border brush of the legend, or null (Nothing in Visual Basic), to hide the border.

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

 Syntax

C#  Copy Code

public Brush LegendBorderBrush { get; set; }

Visual Basic  Copy Code

Public Property LegendBorderBrush As Brush

 Property Value

An object of the WPF Brush class or null (Nothing in Visual Basic). The default is null.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace