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





Gets or sets a value indicating whether the axis title is with a line through the middle, or null (Nothing in Visual Basic), to use the FontStrikeout property of the chart.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

Public Property TitleFontStrikeout 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