Search
Chart.FontBold Property
See Also
 






Gets or sets a value indicating whether the text in the chart is bold.

Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms

 Syntax

C#  Copy Code

public bool FontBold { get; set; }

Visual Basic  Copy Code

Public Property FontBold As Boolean

 Property Value

A boolean value. The default is false.

 See Also