Charting for WPF Programmer's Guide

Chart.Series Property

See Also
 


Gets the list with the series in the chart.

Namespace: MindFusion.Charting.Wpf
Assembly: Charting

 Syntax

C#  Copy Code

public ChartSeriesCollection Series { get; }

Visual Basic  Copy Code

Public ReadOnly Property Series As ChartSeriesCollection

 Property Value

A strongly typed list with ChartSeries objects. Default value is an empty list.

 Remarks

One ChartSeries object is added when a new chart is created. The type of the ChartSeries depends on the type of the chart.

 See Also