CrosshairElement.Series Property
In This Article
Gets a series 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 object which represents the series currently being painted. |
#Remarks
Use the Series property to get access to the series settings when custom drawing a crosshair cursor.
See Also