Gets or sets the pen for drawing the LabelBorder.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Pen LabelBorderOutline { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelBorderOutline As Pen |
An instance of MindFusion.Drawing.Pen class.
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.