Charting for WPF Programmer's Guide

ChartSeries.Title Property

See Also
 


Gets or sets the title of the series.

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 "Sales".

 Remarks

The Title property is used for identifying the series. It is drawn in a ChartLegend.

 See Also