MindFusion.Charting Programmer's Guide

LineChart.LabelBorderMargin Property

See Also
 





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

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

 Syntax

C#  Copy Code

public float LabelBorderMargin { get; }

Visual Basic  Copy Code

Public ReadOnly Property LabelBorderMargin As Single

 Property Value

A float value. Default is 5f.

 Remarks

The property specifies the space between the LabelBorder and data labels drawn at line data points, scatters or bubbles. The border is drawn with LabelBorderOutline and filled with LabelBorderBackground.

 See Also