MindFusion.Charting Programmer's Guide

BarChart.TopLabelBorder Property

See Also
 





Gets or sets the Border drawn around top labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Border TopLabelBorder { get; set; }

Visual Basic  Copy Code

Public Property TopLabelBorder As Border

 Property Value

One of the Border Enumeration values. Default value is Border.None.

 Remarks

The border rectangle is drawn with TopLabelOutline and filled with TopLabelBackground. The space between the label and its border is set with TopLabelMargin.

 See Also