MindFusion.Charting Programmer's Guide

Chart.LegendBorderMargin Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public float LegendBorderMargin { get; }

Visual Basic  Copy Code

Public ReadOnly 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