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

PointSeries Class

Displays data as a collection of points.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

Declaration

public class PointSeries :
    Series,
    IXYSeriesDataOwner

Remarks

This view is useful when it’s necessary to show stand-alone data points on the same chart plot.

Point Series

Inheritance

Object
Xamarin.Forms.BindableObject
See Also