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