MindFusion.Charting Programmer's Guide

Chart.LabelFont Property

See Also
 





Specifies the font for drawing the chart labels.

Namespace: MindFusion.Charting
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public Font LabelFont { get; set; }

Visual Basic  Copy Code

Public Property LabelFont As Font

 Property Value

An object of the .NET Font class.

 Remarks

The property specifies the font for the labels at both X and Y chart axes as well inside and outside pie pieces in pie charts.

LabelFont is also used for drawing the explanation label and the unit of measure at the chart axis, in case they are set.

Any text, drawn with the LabelFont uses the LabelBrush for the drawing.

Default value of the LabelFont property is Times New Roman, size 10.

 See Also