CustomDrawCrosshairEventArgs.IndicatorLegendElements Property
Returns all indicator elements that the Crosshair Cursor shows in a legend.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v26.1.dll
Declaration
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