MindFusion.Charting Programmer's Guide
RadarChart.OuterLabelMargin Property
See Also
 





Gets or sets the margin between the outer label and its border.

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

 Syntax

C#  Copy Code

public float OuterLabelMargin { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

The border of OuterLabels is set with OuterLabelBorder. It is drawn with OuterLabelOutline and filled with OuterLabelBackground.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace