Back to Devexpress

CustomDrawCrosshairEventArgs.IndicatorLegendElements Property

corelibraries-devexpress-dot-xtracharts-dot-customdrawcrosshaireventargs-d89ab09d.md

latest1.6 KB
Original Source

CustomDrawCrosshairEventArgs.IndicatorLegendElements Property

Returns all indicator elements that the Crosshair Cursor shows in a legend.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public IList<CrosshairIndicatorLegendElement> IndicatorLegendElements { get; }
vb
Public ReadOnly Property IndicatorLegendElements As IList(Of CrosshairIndicatorLegendElement)

Property Value

TypeDescription
IList<CrosshairIndicatorLegendElement>

A collection of CrosshairIndicatorLegendElement objects. These objects represent indicator elements that the Crosshair Cursor shows in a legend.

|

See Also

CustomDrawCrosshairEventArgs Class

CustomDrawCrosshairEventArgs Members

DevExpress.XtraCharts Namespace