Chart.Series Property

Definition

Gets a SeriesCollection object, which contains Series objects.

C#
public System.Windows.Forms.DataVisualization.Charting.SeriesCollection Series { get; }

Property Value

A SeriesCollection object which contains Series objects.

Remarks

This collection property allows you to access the SeriesCollection class, which stores Series objects and also provides methods and properties used to manipulate this collection.

Series objects store DataPoint objects, as well as data attributes.

Applies to

Product Versions
.NET Framework 4.0, 4.5, 4.5.1, 4.5.2, 4.6, 4.6.1, 4.6.2, 4.7, 4.7.1, 4.7.2, 4.8, 4.8.1