MindFusion.Charting Programmer's Guide

BarChart.TopLabelOutline Property

See Also
 





Gets or sets the Pen that draws the label border of top labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Pen TopLabelOutline { get; set; }

Visual Basic  Copy Code

Public Property TopLabelOutline As Pen

 Property Value

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

 Remarks

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.

 See Also