ChartHitInfo.SeriesLabel Property
In This Article
Gets an object which represents the topmost Series Labels located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public SeriesLabelBase SeriesLabel { get; }
#Property Value
Type | Description |
---|---|
Series |
A Series |
#Remarks
Use the SeriesLabel property to access the series label located under the test point if the ChartHitInfo.InSeriesLabel property returns true. If the ChartHitInfo.InSeriesLabel is false, then the SeriesLabel property returns null (Nothing in Visual Basic).
See Also