Search
ChartLegend.Series Property
See Also
 





Gets or sets the series for the legend. This is a dependency property.

Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf

 Syntax

C#  Copy Code

public ChartSeriesCollection Series { get; set; }

Visual Basic  Copy Code

Public Property Series As ChartSeriesCollection

 Property Value

An instance of the ChartSeriesCollection class. The default is an empty collection.

 See Also