Search
TextComponent.FontName Property
See Also
 






Gets or sets the name of the font that should be used to draw the component's text.

Namespace: MindFusion.Charting.Components
Assembly: MindFusion.Charting

 Syntax

C#  Copy Code

public string FontName { get; set; }

Visual Basic  Copy Code

Public Property FontName As String

 Property Value

A string value.

 See Also