MindFusion WinForms Programmer's Guide
RadarChart.OuterLabelBorder Property
See Also
 





Gets or sets the border drawn around OuterLabels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Border OuterLabelBorder { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelBorder As Border

 Property Value

One of the Border Enumeration values. Default is Border.None.

 Remarks

The border rectangle of OuterLabels is drawn with OuterLabelOutline and filled with OuterLabelBackground. The space between the outer label and its border is set with OuterLabelMargin.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting Namespace