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





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

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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