Back to Devexpress

ChartHitInfo.Legend Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfo-69a9b6e6.md

latest1.7 KB
Original Source

ChartHitInfo.Legend Property

Gets a legend which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public Legend Legend { get; }
vb
Public ReadOnly Property Legend As Legend

Property Value

TypeDescription
Legend

A Legend object which represents the legend located under the test point.

|

Remarks

Use the Legend property to access the legend located under the test point if the ChartHitInfoBase.InLegend property returns true. Note that if the ChartHitInfo.InLegend is false , then the Legend property returns null ( Nothing in Visual Basic).

See Also

HitObject

HitObjects

ChartHitInfo Class

ChartHitInfo Members

DevExpress.XtraCharts Namespace