MindFusion.Charting Programmer's Guide

PieChart.InnerLabelBackground Property

See Also
 





Gets or sets the brush for filling the background of the border for inner labels.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public Brush InnerLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelBackground As Brush

 Property Value

An instance of 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