Gets or sets the brush for drawing the axis labels.
Namespace: MindFusion.Charting
Assembly: MindFusion.Charting
C#
![]() |
---|
public Brush LabelBrush { get; set; } |
Visual Basic
![]() |
---|
Public Property LabelBrush As Brush |
An instance of type MindFusion.Drawing.Brush. Default is a black SolidBrush.
When the MultiColoredLabels property is set to true, the axis labels are drawn with ChartBrushes. The title of the axis is drawn with TitleLabelBrush.