Skip to main content

LineScatterSeries2D Class

The 2D Scatter Line series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

public class LineScatterSeries2D :
    LineSeries2D

#Examples

The following example demonstrates how to create a Scatter Line chart. To do this, it is necessary to assign the ChartControl.Diagram property to XYDiagram2D, and then add a LineScatterSeries2D object with points to the diagram's Diagram.Series collection.

See Also