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





Gets or sets the margin between the legend border and the legend labels.

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

 Syntax

C#  Copy Code

public float LegendBorderMargin { get; set; }

Visual Basic  Copy Code

Public Property LegendBorderMargin As Single

 Property Value

A float value. Default is 10f.

 Remarks

The type of the border is set with LegendBorder. The border rectangle is drawn with LegendPen and filled with LegendBackgroundBrush.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace