Skip to main content

ChartHitInfo.SeriesLabel Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

Declaration

public SeriesLabelBase SeriesLabel { get; }

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