Back to Devexpress

CrosshairElement.SeriesPoint Property

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

latest1.5 KB
Original Source

CrosshairElement.SeriesPoint Property

Gets the series point 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 SeriesPoint SeriesPoint { get; }
vb
Public ReadOnly Property SeriesPoint As SeriesPoint

Property Value

TypeDescription
SeriesPoint

A SeriesPoint object, representing the series point that a crosshair element hovers over.

|

Remarks

Use the SeriesPoint property to get access to a series point when custom drawing a crosshair cursor.

For more information, see Tooltip and Crosshair Cursor.

See Also

CrosshairElement Class

CrosshairElement Members

DevExpress.XtraCharts Namespace