MindFusion.Charting for Silverlight Programmer's Guide
Chart.Title Property
See Also
 






Gets or sets the title of the chart.

Namespace: MindFusion.Charting.Silverlight
Assembly: MindFusion.Charting.Silverlight

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string value. By default newly created charts show "Product Sales" as their title.

 See Also

Chart Members
Chart Class
MindFusion.Charting.Silverlight Namespace