MindFusion.Charting Programmer's Guide

AxisSettings.LabelBrush Property

See Also
 





Gets or sets the brush for drawing the axis 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 instance of type MindFusion.Drawing.Brush. Default is a black SolidBrush.

 Remarks

When the MultiColoredLabels property is set to true, the axis labels are drawn with ChartBrushes. The title of the axis is drawn with TitleLabelBrush.

 See Also