Back to Devexpress

ChartHitInfoBase.CustomLegendItem Property

corelibraries-devexpress-dot-xtracharts-dot-charthitinfobase-98db24c8.md

latest1.7 KB
Original Source

ChartHitInfoBase.CustomLegendItem Property

Gets a custom legend item which is located under the test point.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

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

Property Value

TypeDescription
CustomLegendItem

A CustomLegendItem object which represents the item located under the test point.

|

Remarks

Use the CustomLegendItem property to access the item located under the test point if the ChartHitInfoBase.InCustomLegendItem property returns true. Note that if the ChartHitInfoBase.InCustomLegendItem is false , then the CustomLegendItem property returns null ( Nothing in Visual Basic).

See Also

ChartHitInfoBase Class

ChartHitInfoBase Members

DevExpress.XtraCharts Namespace