MindFusion.Wpf Pack Programmer's Guide
Chart.TitleFontBold Property
See Also
 





Gets or sets a value indicating whether the chart title is bold, or null (Nothing in Visual Basic), to use the FontBold property.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public Nullable<Boolean> TitleFontBold { get; set; }

Visual Basic  Copy Code

Public Property TitleFontBold As Nullable(Of Boolean)

 Property Value

A nullable boolean value. The default is null (Nothing in Visual Basic).

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace