CrosshairElementGroup.IndicatorElements Property
Returns all indicator elements that the Crosshair Cursor displays.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v25.1.dll
NuGet Package: DevExpress.Wpf.Charts
Declaration
Property Value
| Type | Description |
|---|---|
| IList<CrosshairIndicatorElement> | The collection of CrosshairIndicatorElement objects. These objects represent indicator elements that the Crosshair Cursor displays. |
See Also