Gets or sets the series for the legend. This is a dependency property.
Namespace: MindFusion.Charting.Wpf
Assembly: MindFusion.Charting.Wpf
C# Copy Code |
---|
public ChartSeriesCollection Series { get; set; } |
Visual Basic Copy Code |
---|
Public Property Series As ChartSeriesCollection |
An instance of the ChartSeriesCollection class. The default is an empty collection.