Skip to main content

CrosshairElementGroup.IndicatorElements Property

Returns all indicator elements that the Crosshair Cursor displays.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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