Skip to main content

CrosshairElementBase.Series Property

Gets a series that a crosshair element hovers over when implementing a custom draw.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v23.2.dll

NuGet Package: DevExpress.Wpf.Charts

Declaration

public Series Series { get; }

Property Value

Type Description
Series

A Series object which represents the series currently being painted.

See Also