MindFusion.Charting Programmer's Guide

BarChart.TopLabelOutline Property

See Also
 





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

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 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