MindFusion.Charting Programmer's Guide

PieChart.InnerLabelOutline Property

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Pen InnerLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelOutline As Pen

 Property Value

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