Back to Devexpress

HintShownEventArgs.SeriesPointData Property

maui-devexpress-dot-maui-dot-charts-dot-hintshowneventargs.md

latest1.3 KB
Original Source

HintShownEventArgs.SeriesPointData Property

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

Namespace : DevExpress.Maui.Charts

Assembly : DevExpress.Maui.Charts.dll

NuGet Package : DevExpress.Maui.Charts

Declaration

csharp
public IList<SeriesPointData> SeriesPointData { get; }

Property Value

TypeDescription
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

HintShownEventArgs Class

HintShownEventArgs Members

DevExpress.Maui.Charts Namespace