ChartHitInfoBase.CustomLegendItem Property
In This Article
Gets a custom legend item which is located under the test point.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
NuGet Package: DevExpress.Charts
#Declaration
public CustomLegendItem CustomLegendItem { get; }
#Property Value
Type | Description |
---|---|
Custom |
A Custom |
#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