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





Gets or sets the margin between the inner label and its border.

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

 Syntax

C#  Copy Code

public float InnerLabelBorderMargin { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelBorderMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property specifies the space between the inner label and its border. The border is set with InnerLabelBorder. The border rectangle is drawn with InnerLabelOutline and filled with InnerLabelBackground.

 See Also

PieChart Members
PieChart Class
MindFusion.Charting.WinForms Namespace