Gets or sets the pen for outlining of the border box for outer labels.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Pen OuterLabelOutline { get; set; } |
Visual Basic
![]() |
---|
Public Property OuterLabelOutline As Pen |
An instance of type MindFusion.Drawing.Pen class. Default is a black Pen, width 1.
Use OuterLabelBorder to specify the border around outer labels. The border rectangle is filled with OuterLabelBackground. Space between the outer label and its border is specified with OuterLabelBorderMargin.