Skip to main content

CrosshairElementGroup.IndicatorElements Property

Returns all indicator elements that the Crosshair Cursor displays.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v23.2.dll

NuGet Package: DevExpress.Charts

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