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

Series Class

Represents an individual series within a chart control.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v18.2.dll

Declaration

[ContentProperty(Name = "Data")]
public class Series :
    ChartElement

Remarks

The Series class defines the functionality of individual series objects within a chart control.

The most important characteristic of a series is its view type, which determines the particular visual representation of data. The view type is specified by its Series.View property value.

Inheritance

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
See Also