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





Gets or sets a value indicating whether the legend text is italic, or null (Nothing in Visual Basic), to use the FontItalic property.

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

 Syntax

C#  Copy Code

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

Visual Basic  Copy Code

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