Skip to main content

CustomDrawCrosshairEventArgs.IndicatorLegendElements Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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