MindFusion WinForms Programmer's Guide
Chart.LegendBorder Property
See Also
 





Gets or sets the type of the legend border.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Border LegendBorder { get; set; }

Visual Basic  Copy Code

Public Property LegendBorder As Border

 Property Value

One of the Border Enumeration values. Default is Border.Rectangle.

 Remarks

The border rectangle is drawn with LegendPen and filled with LegendBackgroundBrush. The space between the border and the LegendLabels is set with LegendBorderMargin

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace