MindFusion.Charting Programmer's Guide

BarChart.InnerLabelBackground Property

See Also
 





Gets or sets the Brush for filling the border rectangle of inner labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 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