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

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.v19.1.dll

Declaration

public abstract class XYSeries :
    Series,
    IPresentationCreator

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

See Also