HintShownEventArgs.SeriesPointData Property
In This Article
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
C#
public IList<SeriesPointData> SeriesPointData { get; }
#Property Value
Type | Description |
---|---|
IList<Series |
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