Gets or sets the Pen that draws the label border of top labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Pen TopLabelOutline { get; set; } |
Visual Basic
![]() |
---|
Public Property TopLabelOutline As Pen |
An instance of type MindFusion.Drawing.Pen class. Default is a black Pen, width 1.
Use TopLabelBorder to specify the border drawn around top labels. The border rectangle is filled with TopLabelBackground. The space between the top label and its border is set with TopLabelMargin.