CrosshairGroupHeaderElement.SeriesPoints Property
Gets series points that the crosshair cursor hovers over when implementing a group header element’s custom draw.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
Type | Description |
---|---|
List<SeriesPoint> | A collection of the SeriesPoint objects. |
Remarks
Use the SeriesPoints property to get access to series points when custom drawing the group header element of the crosshair cursor.
For more information, see Tooltip and Crosshair Cursor.
See Also