CrosshairGroupHeaderElement.SeriesPoints Property
In This Article
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
#Property Value
Type | Description |
---|---|
List<Series |
A collection of the Series |
#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