Gets or sets the pen for drawing the outline of the label border for outer labels. Namespace: MindFusion.Charting.WebForms
|
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 type of border drawn around OuterLabels. The border rectangle is filled with OuterLabelBackground. OuterLabelMargin specifies the space between the outer label and its border.