Back to Devexpress

CrosshairElement.Series Property

corelibraries-devexpress-dot-xtracharts-dot-crosshairelement.md

latest1.3 KB
Original Source

CrosshairElement.Series Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Series Series { get; }
vb
Public ReadOnly Property Series As Series

Property Value

TypeDescription
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

CrosshairElement Class

CrosshairElement Members

DevExpress.XtraCharts Namespace