SeriesPointData Class
Stores information about a data point and a series to which this point belongs.
Namespace: DevExpress.XamarinForms.Charts
Assembly: DevExpress.XamarinForms.Charts.dll
NuGet Package: DevExpress.XamarinForms.Charts
Declaration
public class SeriesPointData
Remarks
The HintShownEventArgs.SeriesPointData property returns a list of SeriesPointData objects that provide information about series and data points for which a hint is shown.
Inheritance
Object
SeriesPointData
See Also