MindFusion.Charting Programmer's Guide

AxisSettings.TitleLabelBrush Property

See Also
 





Gets or sets the Brush for drawing the TitleLabel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Brush TitleLabelBrush { get; set; }

Visual Basic  Copy Code

Public Property TitleLabelBrush As Brush

 Property Value

An instance of type MindFusion.Drawing.Brush class.

 Remarks

TitleLabelBrush is also used for drawing the DivisionLabel.

Default value for the TitleLabelBrush property is a black SolidBrush.

 See Also