MindFusion.Charting Programmer's Guide

Chart.LegendBorderMargin Property

See Also
 





Gets or sets the margin around the LegendBorder.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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