MindFusion.Charting Programmer's Guide

PieChart.InnerLabelBorderMargin Property

See Also
 





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

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

 Syntax

C#  Copy Code

public float InnerLabelBorderMargin { get; }

Visual Basic  Copy Code

Public ReadOnly 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