Skip to main content
A newer version of this page is available. .

Diagram.CrosshairAxisLabelItems Property

This property is hidden and is intended for internal use.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

[Browsable(false)]
public ObservableCollection<CrosshairAxisLabelItem> CrosshairAxisLabelItems { get; }

Property Value

Type Description
ObservableCollection<DevExpress.Xpf.Charts.CrosshairAxisLabelItem>

An observable collection of crosshair axis label items.

See Also