MindFusion.Wpf Pack Programmer's Guide
Chart3D.TitleFontStyle Property
See Also
 





Gets or sets the font style for the title. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public FontStyle TitleFontStyle { get; set; }

Visual Basic  Copy Code

Public Property TitleFontStyle As FontStyle

 Property Value

An instance of the WPF FontStyle structure. The default is FontStyles.Normal.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace