MindFusion.Charting Programmer's Guide

BarChart.TopLabelBackground Property

See Also
 





Gets or sets the brush for filling the background of top labels when drawn with border.

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

 Syntax

C#  Copy Code

public Brush TopLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property TopLabelBackground As Brush

 Property Value

An instance of MindFusion.Drawing.Brush class. Default is a light blue SolidBrush.

 Remarks

Use TopLabelBorder to set the type of Border drawn around top labels in bars. It is drawn with TopLabelOutline. The space between the top label and its border is set with TopLabelMargin.

 See Also