MindFusion.Wpf Pack Programmer's Guide
Chart.ShowLegend Property
See Also
 





Gets or sets a value indicating whether to display the chart's legend.

Namespace: MindFusion.Spreadsheet.Wpf.Charts
Assembly: MindFusion.Spreadsheet.Wpf

 Syntax

C#  Copy Code

public bool ShowLegend { get; set; }

Visual Basic  Copy Code

Public Property ShowLegend As Boolean

 Property Value

A boolean value. The default is false.

 Remarks

To specify the position of the legend, use the LegendPosition property.

 See Also

Chart Members
Chart Class
MindFusion.Spreadsheet.Wpf.Charts Namespace