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