Skip to main content

SeriesPointData.Series Property

Gets the series that contains the data point.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

#Declaration

C#
public SeriesBase Series { get; }

#Property Value

Type Description
SeriesBase

The SeriesBase class descendant object that specifies the data series.

See Also