CrosshairElementBase.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.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Property Value
Type | Description |
---|---|
Series | A Series object which represents the series currently being painted. |
See Also