MindFusion WinForms Programmer's Guide
PieChart.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.

 Remarks

Use OuterLabelBorder to specify the Border drawn around outer labels. OuterLabelOutline specifies the pen for drawing the border rectangle. The space between the label and its border is specified with OuterLabelBorderMargin.

Default value for the OuterLabelBackground property is a light blue SolidBrush.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace