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.XtraCharts

Assembly: DevExpress.XtraCharts.v19.1.dll

Declaration

public List<CrosshairIndicatorElement> IndicatorElements { get; }

Property Value

Type Description
List<CrosshairIndicatorElement>

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

See Also