aspnet-15828-components-chart-control-visual-elements-series.md
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.
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
|
| |
Identification
|
Series.Name, SeriesBase.LegendText
| |
Behavior
|
SeriesBase.FilterString, SeriesBase.FilterCriteria, SeriesBase.Label, SeriesLabelBase.TextPattern, 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