Back to Devexpress

ChartHitInfo.Series Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-14f49477.md

latest1.7 KB
Original Source

ChartHitInfo.Series Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
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

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace