MindFusion.Charting Programmer's Guide

BarChart.InnerLabelBackground Property

See Also
 





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

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

 Syntax

C#  Copy Code

public Brush InnerLabelBackground { get; set; }

Visual Basic  Copy Code

Public Property InnerLabelBackground As Brush

 Property Value

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

 Remarks

InnerLabelBorder specifies the border drawn around inner labels. The border rectangle is drawn with InnerLabelOutline. The space between the inner label and its border is set with InnerLabelMargin.

 See Also