Back to Devexpress

ScatterLineSeries Class

mobilecontrols-devexpress-dot-xamarinforms-dot-charts-fcbaaa4c.md

latest1.5 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.XamarinForms.Charts

Assembly : DevExpress.XamarinForms.Charts.dll

NuGet Package : DevExpress.XamarinForms.Charts

Declaration

csharp
public class ScatterLineSeries :
    LineSeries

Remarks

Implements

INotifyPropertyChanged

Inheritance

Object ChartSeriesElement SeriesBase Series XYSeries LineSeries ScatterLineSeries

See Also

ScatterLineSeries Members

DevExpress.XamarinForms.Charts Namespace