CrosshairElement.SeriesPoint Property
In This Article
Gets a series point that a crosshair element hovers over when implementing a custom draw.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
Use the SeriesPoint property to get access to a series point when custom drawing a crosshair cursor.
See Also