MindFusion WinForms Programmer's Guide
BarChart.InnerLabelOutline Property
See Also
 





Gets or sets the pen for drawing the outline of inner labels when drawn with border.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public Pen InnerLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelOutline As Pen

 Property Value

An instance of type MindFusion.Drawing.Pen class. Default is a black Pen, width 1.

 Remarks

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.

 See Also

BarChart Members
BarChart Class
MindFusion.Charting.WinForms Namespace