Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .

SeriesPointData Class

Stores information about a data point and a series to which this point belongs.

Namespace: DevExpress.Maui.Charts

Assembly: DevExpress.Maui.Charts.dll

NuGet Package: DevExpress.Maui.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