MindFusion.Charting Programmer's Guide

PieChart.OuterLabelOutline Property

See Also
 





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

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Pen OuterLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelOutline As Pen

 Property Value

An instance of MindFusion.Drawing.Pen class. Default is a black Pen, width 1.

 Remarks

Use OuterLabelBorder to specify the border around outer labels. The border rectangle is filled with OuterLabelBackground. Space between the outer label and its border is specified with OuterLabelBorderMargin.

 See Also