MindFusion.Charting Programmer's Guide

LineChart.LabelBorderOutline Property

See Also
 





Gets or sets the pen for drawing the outline of the label border.

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

 Syntax

C#  Copy Code

public Pen LabelBorderOutline { get; set; }

Visual Basic  Copy Code

Public Property LabelBorderOutline As Pen

 Property Value

An instance of MindFusion.Drawing.Pen class.

 Remarks

Use LabelBorder to set the border for labels drawn at line data points, scatters or bubbles. The background of the border rectangle is filled with LabelBorderBackground.

Default value for the LabelBorderOutline property is a black Pen.

 See Also