ChartHitInfo.SeriesLabel Property
Gets an object which represents the topmost Series Labels located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
Property Value
Type | Description |
---|---|
SeriesLabelBase | A SeriesLabelBase object which represents a topmost Series Labels. |
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