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





Gets or sets the brush that fills the background of the border box drawn around outer axis labels.

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

 Syntax

C#  Copy Code

public Brush OuterAxisLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property OuterAxisLabelBackground As Brush

 Property Value

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

 Remarks

OuterAxisLabelBorder specifies the border drawn around labels at the outer axis. The border rectangle is drawn with OuterAxisLabelOutline. The space between the label and its border is set with OuterAxisLabelMargin.

 See Also

RadarChart Members
RadarChart Class
MindFusion.Charting.WinForms Namespace