Gets or sets the font name of the legend, or null (Nothing in Visual Basic), to use the FontName property.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public string LegendFontName { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendFontName As String |
A string value. The default is null (Nothing in Visual Basic).
See Also