Search
Chart.FontStrikeout Property
See Also
 






Gets or sets a value indicating whether the text in the chart is with a line through the middle.

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

 Syntax

C#  Copy Code

public bool FontStrikeout { get; set; }

Visual Basic  Copy Code

Public Property FontStrikeout As Boolean

 Property Value

A boolean value. The default is false.

 See Also