Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Series

A Series represents a grouping of the related data points which 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 represented in different visual manners.

seriesView

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

For more detailed information, refer to Series.

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

Availability

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

Appearance

SeriesBase.View

Identification

Series.Name, SeriesBase.LegendText

Behavior

SeriesBase.FilterCriteria, SeriesBase.FilterString, SeriesBase.Label, Series.Points, SeriesBase.SeriesPointsSorting, SeriesBase.SeriesPointsSortingKey, SeriesBase.ArgumentScaleType, SeriesBase.ShowInLegend

Data Binding

Series.DataSource, SeriesBase.ArgumentDataMember, SeriesBase.ValueDataMembers

Visibility

SeriesBase.Visible, SeriesBase.CheckedInLegend

See Also