ChartHitInfo.Series Property
In This Article
Gets an object which represents the topmost series located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public SeriesBase Series { get; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#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