Gets or sets a value indicating whether the legend text is bold, or null (Nothing in Visual Basic), to use the FontBold property.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public Nullable<Boolean> LegendFontBold { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property LegendFontBold As Nullable(Of Boolean) |
A nullable boolean value. The default is null (Nothing in Visual Basic).
See Also