Gets or sets the margin between the legend border and the legend labels.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public float LegendBorderMargin { get; set; } |
Visual Basic
![]() |
---|
Public Property LegendBorderMargin As Single |
A float value. Default is 10f.
The type of the border is set with LegendBorder. The border rectangle is drawn with LegendPen and filled with LegendBackgroundBrush.