MindFusion.Charting Programmer's Guide

PieChart.InnerLabelBackground Property

See Also
 





Gets or sets the pen for filling the border rectangle of pie inner labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush InnerLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelBackground As Brush

 Property Value

An object of type MindFusion.Drawing.Brush class.

 Remarks

Use InnerLabelBorder to set the type of the border. The outline of the border rectangle is drawn with InnerLabelOutline. InnerLabelBorderMargin specifies the space between the label and the border.

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

 See Also