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





Gets or sets the Border of the legend.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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 Namespace