Back to Devexpress

XYSeries Class

wpf-devexpress-dot-xpf-dot-charts-f8d30100.md

latest6.3 KB
Original Source

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.v25.2.dll

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class XYSeries :
    Series,
    IPresentationCreator
vb
Public MustInherit Class XYSeries
    Inherits Series
    Implements 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

ILegendVisible

Inheritance

Show 72 items

Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement Series XYSeries CircularSeriesBase2D

XYSeries2D

XYSeries3D

BubbleSeries2D

BubbleSeries3D

AreaStepFullStackedSeries2D

BoxPlotSeries2D

LineStackedSeries2D

LineStepSeries2D

SplineAreaSeries2D

SplineSeries2D

CircularAreaSeries2D

RadarPointSeries2D

RadarRangeAreaSeries2D

RangeAreaSeries2D

RangeBarOverlappedSeries2D

RangeBarSeries2D

RangeBarSideBySideSeries2D

CandleStickSeries2D

CircularLineScatterSeries2D

CircularLineSeries2D

LineFullStackedSeries2D

AreaFullStackedSeries2D

AreaFullStackedSeries3D

AreaSeries2D

AreaSeries3D

AreaStackedSeries2D

AreaStackedSeries3D

AreaStepSeries2D

AreaStepStackedSeries2D

BarFullStackedSeries2D

BarSeries2D

BarSeries2DBase

BarSeries3D

BarSideBySideFullStackedSeries2D

BarSideBySideSeries2D

BarSideBySideSeries3D

BarSideBySideStackedSeries2D

CircularRangeAreaSeries2D

CircularSeries2D

FinancialSeries2D

LineScatterSeries2D

LineSeries2D

MarkerSeries2D

MarkerSeries3D

PointSeries2D

PointSeries3D

PolarAreaSeries2D

PolarLineScatterSeries2D

PolarLineSeries2D

PolarPointSeries2D

PolarRangeAreaSeries2D

RadarAreaSeries2D

RadarLineScatterSeries2D

RadarLineSeries2D

SegmentSeries2DBase

SplineAreaFullStackedSeries2D

SplineAreaStackedSeries2D

StockSeries2D

WaterfallSeries2D

BarStackedSeries2D

See Also

XYSeries Members

DevExpress.Xpf.Charts Namespace