Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public List<SeriesPoint> SeriesPoints { get; }

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