MindFusion.Wpf Pack Programmer's Guide
AxisSettings.TitleFontUnderline Property
See Also
 





Gets or sets a value indicating whether the axis title is underlined, or null (Nothing in Visual Basic), to use the FontUnderline property of the chart.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property TitleFontUnderline As Nullable(Of Boolean)

 Property Value

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

 See Also

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