Skip to main content

Series

A Series represents a grouping of related data points plotted onto a chart control's diagram.

The most important characteristic of a series is its type, which allows series data to be represented in different visual perspectives.

elements-series

A series allows you to access and customize its points, point labels and point markers.

The table below lists the main properties that affect the element's appearance and functionality.

Availability

The Diagram.Series property of a chart's diagram, along with the Item property of the SeriesCollection instance.

Data Points

Series.Points, Series.ArgumentScaleType, Series.ValueScaleType

Data Binding

Series.DataSource, Series.ArgumentDataMember, Series.ValueDataMember

Behavior

Series.Label, Series.PointOptions, Series.LegendPointOptions, Series.ShowInLegend

Visibility

Series.Visible, Series.CheckedInLegend

See Also