Diagram.CrosshairAxisLabelItems Property
This property is hidden and is intended for internal use.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.1.dll
NuGet Package: 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