Skip to main content

Diagram.CrosshairSeriesLabelItems Property

This property is hidden and is intended for internal use.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<CrosshairSeriesLabelItem> CrosshairSeriesLabelItems { get; }

Property Value

Type Description
ObservableCollection<CrosshairSeriesLabelItem>

An observable collection of crosshair series label items.

See Also