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





Gets or sets the Brush that fills the border rectangle of OuterLabels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush OuterLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelBackground As Brush

 Property Value

An object of type 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 Namespace