Gets or sets the pen for outlining the border box drawn around inner labels.
Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms
C#
![]() |
---|
public Pen InnerLabelOutline { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelOutline As Pen |
An instance of type MindFusion.Drawing.Pen class.
The border of inner labels is set with InnerLabelBorder. It is filled with InnerLabelBackground. Use InnerLabelBorderMargin to specify the space between the inner label and its border.
Default value for the InnerLabelOutline property is a black Pen.