New to Telerik UI for WinForms? Download free 30-day trial

WinForms Chart Series Overview

Series refers to a series of data points displayed in the chart. The RadChart Series object is a collection of ChartSeriesItem objects.  The number of series used depends on the type of chart.  A Pie chart type only uses a single series. "Stacked" charts like the Stacked Area chart use several series.

Each ChartSeries object contains a collection of ChartSeriesItem objects that contain the actual data points displayed on the chart. You can add data to a series programmatically at run time, at design time in the Properties Window of Visual Studio, declaratively in the ASP.NET HTML markup, or by binding to a data source.

Some key properties for the ChartSeries are:

WinForms RadChart Hide Series Using Visible Property

DataRelatedPropertiesSeries

In this article