MindFusion.Charting Programmer's Guide

PieChart.OuterLabelBorderMargin Property

See Also
 





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

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

 Syntax

C#  Copy Code

public float OuterLabelBorderMargin { get; }

Visual Basic  Copy Code

Public ReadOnly Property OuterLabelBorderMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property specifies the space between the outer label and its border.

Outer labels in pies are drawn with border set by OuterLabelBorder. The border rectangle is drawn with OuterLabelOutline and filled with OuterLabelBackground.

 See Also