MindFusion.Charting Programmer's Guide

PieChart.OuterLabelBorder Property

See Also
 





Gets or sets the type of border drawn around outer labels.

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

 Syntax

C#  Copy Code

public Border OuterLabelBorder { get; set; }

Visual Basic  Copy Code

Public Property OuterLabelBorder As Border

 Property Value

One of the Border Enumeration values. Default value is Border.None.

 Remarks

The border is drawn with pen specified with OuterLabelOutline and filled with OuterLabelBackground. Use OuterLabelBorderMargin to specify the space between the label and its border.

 See Also