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.v19.1.dll

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