MindFusion.Charting Programmer's Guide

Chart.LabelBrush Property

See Also
 





Specifies the brush that is used for drawing chart labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush LabelBrush { get; set; }

Visual Basic  Copy Code

Public Property LabelBrush As Brush

 Property Value

An object of the MindFusion.Drawing.Brush class.

 Remarks

The property is used to draw the labels in all chart types. It is used for inner and top labels in bar charts, for scatter labels in line charts, inner and outer labels in pie charts and for the outer labels in radars. The labels are drawn with LabelFont

Default value for the LabelBrush property is a black SolidBrush.

 See Also