Gets or sets a value indicating whether the text in the chart is with a line through the middle.
Namespace: MindFusion.Spreadsheet.Charts
Assembly: MindFusion.Spreadsheet.WinForms
SyntaxC#
Copy Code
|
|---|
public bool FontStrikeout { get; set; } |
Visual Basic
Copy Code
|
|---|
Public Property FontStrikeout As Boolean |
A boolean value. The default is false.
See Also