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

#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 Crosshair Cursor.

See Also