Skip to main content
A newer version of this page is available. .

CrosshairElement.Series Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public Series Series { get; }

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