SeriesPointData.Series Property
In This Article
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 |
---|---|
Series |
The Series |
See Also