MindFusion WinForms Programmer's Guide
PieChart.InnerLabelOutline Property
See Also
 





Gets or sets the pen for outlining the border box drawn around inner labels.

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

 Syntax

C#  Copy Code

public Pen InnerLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelOutline As Pen

 Property Value

An instance of type MindFusion.Drawing.Pen class.

 Remarks

The border of inner labels is set with InnerLabelBorder. It is filled with InnerLabelBackground. Use InnerLabelBorderMargin to specify the space between the inner label and its border.

Default value for the InnerLabelOutline property is a black Pen.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace