wpf-devexpress-dot-xpf-dot-charts-f8d30100.md
Represents the base class for all series, which can be represented via XYDiagram2D or XYDiagram3D.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class XYSeries :
Series,
IPresentationCreator
Public MustInherit Class XYSeries
Inherits Series
Implements IPresentationCreator
The XYSeries class implements all general functionality common for 2D and 3D XY-series. This class introduces the XYSeries.Brush property to specify a custom color for series points, and the XYSeries.ColorEach property to paint all series points with its own color.
Show 72 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Series XYSeries CircularSeriesBase2D
BarSideBySideFullStackedSeries2D
See Also