Back to Devexpress

ChartHitInfo.SeriesLabel Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-2037c47c.md

latest1.9 KB
Original Source

ChartHitInfo.SeriesLabel Property

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public SeriesLabelBase SeriesLabel { get; }
vb
Public ReadOnly Property SeriesLabel As SeriesLabelBase

Property Value

TypeDescription
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

How to: Determine which Series Point Is Under the Test Point

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace