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





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

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

 Syntax

C#  Copy Code

public FontWeight TitleFontWeight { get; set; }

Visual Basic  Copy Code

Public Property TitleFontWeight As FontWeight

 Property Value

An instance of the WPF FontWeight structure. The default is FontWeights.Normal.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace