Charting for WinForms Programmer's Guide
Chart.ShowLegendTitle Property
See Also
 






Gets or sets a value indicating whether to display the legend title.

Namespace: MindFusion.Charting.WinForms
Assembly: MindFusion.Charting.WinForms

 Syntax

C#  Copy Code

public bool ShowLegendTitle { get; set; }

Visual Basic  Copy Code

Public Property ShowLegendTitle As Boolean

 Property Value

true to show the LegendTitle, or false otherwise. The default value is true.

 See Also

Chart Members
Chart Class
MindFusion.Charting.WinForms Namespace