CrosshairElementGroup.IndicatorElements Property
In This Article
Returns all indicator elements that the Crosshair Cursor displays.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public IList<CrosshairIndicatorElement> IndicatorElements { get; }
#Property Value
Type | Description |
---|---|
IList<Crosshair |
The collection of Crosshair |
See Also