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





Gets or sets the title of the chart. This is a dependency property.

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

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string value. The default is an empty string.

 See Also

Chart3D Members
Chart3D Class
MindFusion.Charting.Wpf Namespace