Skip to main content
A newer version of this page is available. .

CustomDrawCrosshairEventArgs.IndicatorLegendElements Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

public IList<CrosshairIndicatorLegendElement> IndicatorLegendElements { get; }

Property Value

Type Description
IList<CrosshairIndicatorLegendElement>

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

See Also