Skip to main content

HintShownEventArgs.SeriesPointData Property

Gets information about series and points for which a hint is shown.

Namespace: DevExpress.XamarinForms.Charts

Assembly: DevExpress.XamarinForms.Charts.dll

NuGet Package: DevExpress.XamarinForms.Charts

Declaration

public IList<SeriesPointData> SeriesPointData { get; }

Property Value

Type Description
IList<SeriesPointData>

A list of objects that store information about data series and points.

Remarks

If the HintShown event is raised for a crosshair cursor, the SeriesPointData property provides information about all series and their points displayed in the hint. If the processed hint is a tooltip, the SeriesPointData list contains one item.

See Also