XYSeries Class
Represents the base class for all series, which can be represented via XYDiagram2D or XYDiagram3D.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Remarks
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.
Implements
Inheritance
See Also