MindFusion.Charting Programmer's Guide

PieChart.InnerLabelBorder Property

See Also
 





Gets or sets the border drawn around inner labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Border InnerLabelBorder { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelBorder As Border

 Property Value

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

 Remarks

The border rectangle is drawn with InnerLabelOutline and filled with InnerLabelBackground. The offset between the inner label and its border is set with InnerLabelBorderMargin

 See Also