Series Class
In This Article
Represents an individual series within a chart control.
Namespace: DevExpress.UI.Xaml.Charts
Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#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
DependencyObject
Windows.UI.Xaml.UIElement
See Also