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

ChartHitInfo.Series Property

Gets an object which represents the topmost series located under the test point.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public SeriesBase Series { get; }

Property Value

Type Description
SeriesBase

A SeriesBase object which represents the topmost series under the test point.

Remarks

Use the Series property to access the series located under the test point if the ChartHitInfo.InSeries property returns true. Note that if the ChartHitInfo.InSeries is false, then the Series property returns null (Nothing in Visual Basic).

See Also