MindFusion.Wpf Pack Programmer's Guide
LineChart.LegendLabels Property
See Also
 





Gets or sets the labels displayed by the legend. This is a dependency property.

Namespace: MindFusion.Reporting.Wpf
Assembly: MindFusion.Reporting.Wpf

 Syntax

C#  Copy Code

public IList LegendLabels { get; set; }

Visual Basic  Copy Code

Public Property LegendLabels As IList

 Property Value

A list of objects representing the labels. The default is null (Nothing in Visual Basic).

 See Also

LineChart Members
LineChart Class
MindFusion.Reporting.Wpf Namespace