MindFusion.Charting Programmer's Guide

Chart.FontName Property

See Also
 





Gets or sets the name of the font for all chart labels.

Namespace: MindFusion.Charting.WebForms
Assembly: MindFusion.Charting.WebForms

 Syntax

C#  Copy Code

public string FontName { get; }

Visual Basic  Copy Code

Public ReadOnly Property FontName As String

 Property Value

 See Also