Gets the list with the series in the chart. Namespace: MindFusion.Charting.Wpf
|
C#
![]() |
---|
public ChartSeriesCollection Series { get; } |
Visual Basic
![]() |
---|
Public ReadOnly Property Series As ChartSeriesCollection |
A strongly typed list with ChartSeries objects. Default value is an empty list.
One ChartSeries object is added when a new chart is created. The type of the ChartSeries depends on the type of the chart.