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

LineSeries Class

Displays data as points connected by a line.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public class LineSeries :
    Series,
    IXYSeriesDataOwner

Remarks

This view is useful when you need to show trends for one or several series on the same diagram, and to compare the values of several series for the same points arguments.

Line Series

Inheritance

See Also