Series Class
In This Article
Represents an individual series within a chart control.
Namespace: DevExpress.WinUI.Charts
Assembly: DevExpress.WinUI.Charts.v23.2.dll
NuGet Package: DevExpress.WinUI
#Declaration
[ContentProperty(Name = "Data")]
public class Series :
CartesianSeries
#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
UIElement
FrameworkElement
Panel
DevExpress.WinUI.Core.Internal.DXLogicalPanel
See Also