Skip to main content
A newer version of this page is available. .

CrosshairElementGroup.IndicatorElements Property

Returns all indicator elements that the Crosshair Cursor displays.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public IList<CrosshairIndicatorElement> IndicatorElements { get; }

Property Value

Type Description
IList<CrosshairIndicatorElement>

The collection of CrosshairIndicatorElement objects. These objects represent indicator elements that the Crosshair Cursor displays.

See Also