Back to Devexpress

ScatterLineSeries Class

maui-devexpress-dot-maui-dot-charts-4de990a1.md

latest1.8 KB
Original Source

ScatterLineSeries Class

Displays data as a collection of points connected by a line, in the order they were indexed (opposite to LineSeries that automatically sorts all series points within the collection by their arguments).

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public class ScatterLineSeries :
    LineSeries

Remarks

Implements

IElementController

INotifyPropertyChanged

Inheritance

System.Object BindableObject Element ChartElementBase ChartSeriesElement SeriesBase Series XYSeries LineSeries ScatterLineSeries

Extension Methods

Yield<ScatterLineSeries>()

YieldIfNotNull<ScatterLineSeries>()

See Also

ScatterLineSeries Members

DevExpress.Maui.Charts Namespace