Search
TextStyle.FontName Property
See Also
 






Gets or sets font name.

Namespace: MindFusion.Charting
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