MindFusion.Charting Programmer's Guide

AxisSettings.TitleLabelFont Property

See Also
 





Gets or sets the font for the TitleLabel.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Font TitleLabelFont { get; set; }

Visual Basic  Copy Code

Public Property TitleLabelFont As Font

 Property Value

A value of type System.Drawing.Font.

 Remarks

The font for the explanation labels at the axis is set with LabelFont. You can set the name of the font for all labels at the chart at once with FontName.

Default value for the TitleLabelFont property is Times New Roman,  8 pt.

 See Also