Gets or sets the Pen for drawing the outline of the border rectangle for inner labels. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Pen InnerLabelOutline { get; set; } |
Visual Basic
![]() |
---|
Public Property InnerLabelOutline As Pen |
An instance of type MindFusion.Drawing.Pen class. Default is a black Pen, width 1.
Use InnerLabelBorder to specify the Border for bar inner labels. The label rectangle is filled with InnerLabelBackground. The space between the inner label and its border is set with InnerLabelMargin.