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





Gets or sets the brush for filling the background of the border box drawn around outer labels.

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

 Syntax

C#  Copy Code

public Brush OuterLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelBackground As Brush

 Property Value

An instance of MindFusion.Drawing.Brush class. Default is light blue SolidBrush.

 Remarks

The border around OuterLabels is set with OuterLabelBorder. It is drawn with OuterLabelOutline. The space between the outer label and its border is set with OuterLabelMargin.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace