MindFusion.Charting Programmer's Guide

AxisSettings.LabelFont Property

See Also
 





Gets or sets the font for the axis 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 type .NET Font class.

 Remarks

The font for the title label of the axis is set with TitleLabelFont. You can set the name of the font for all chart labels with FontName

 See Also