Charting for WPF Programmer's Guide

Chart.Title Property

See Also
 


Gets or sets the title of the chart.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public string Title { get; set; }

Visual Basic  Copy Code

Public Property Title As String

 Property Value

A string value. Default is "Title".

 Remarks

The title is drawn on top of the chart and is aligned in the center. Use TitleMargin to boost space around the label.

 See Also