Gets or sets the Brush for filling the border rectangle of top labels. Namespace: MindFusion.Charting
|
C#
![]() |
---|
public Brush TopLabelBackground { get; set; } |
Visual Basic
![]() |
---|
Public Property TopLabelBackground As Brush |
An instance of MindFusion.Drawing.Brush class. Default is a light blue SolidBrush.
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.