Skip to main content
A newer version of this page is available. .

Series

A Series is a group of related data points that are plotted onto a chart control’s diagram. The most important characteristic of a series is its view type, which allows series data to be displayed in different ways.

seriesView

A series allows you to access and customize the following related chart elements:

Refer to the following help topic for details: Series.

The table below lists the main properties that affect the element’s appearance and functionality:

Availability

The WebChartControl.Series property of a chart control, the SeriesCollection.Item property of the series collection.

Appearance

SeriesBase.View

Identification

Series.Name, SeriesBase.LegendText

Behavior

SeriesBase.DataFilters, SeriesBase.Label, SeriesBase.PointOptions, Series.Points, SeriesBase.PointsSorting, SeriesBase.PointsSortingKey, SeriesBase.ScaleType, SeriesBase.ShowInLegend

Data Binding

Series.DataSource, SeriesBase.ArgumentDataMember, SeriesBase.ValueDataMembers

Visibility

SeriesBase.Visible, SeriesBase.CheckedInLegend

See Also