Back to Devexpress

CrosshairElementGroup.IndicatorElements Property

wpf-devexpress-dot-xpf-dot-charts-dot-crosshairelementgroup.md

latest1.4 KB
Original Source

CrosshairElementGroup.IndicatorElements Property

Returns all indicator elements that the Crosshair Cursor displays.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public IList<CrosshairIndicatorElement> IndicatorElements { get; }
vb
Public ReadOnly Property IndicatorElements As IList(Of CrosshairIndicatorElement)

Property Value

TypeDescription
IList<CrosshairIndicatorElement>

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

|

See Also

CrosshairElementGroup Class

CrosshairElementGroup Members

DevExpress.Xpf.Charts Namespace