Back to Devexpress

Chart3DControl.CrosshairAxisLabelItems Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-3ae06dfc.md

latest1.3 KB
Original Source

Chart3DControl.CrosshairAxisLabelItems Property

Returns the collection of currently shown Crosshair axis labels.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public ObservableCollection<Crosshair3DAxisLabelItem> CrosshairAxisLabelItems { get; }
vb
<Browsable(False)>
Public ReadOnly Property CrosshairAxisLabelItems As ObservableCollection(Of Crosshair3DAxisLabelItem)

Property Value

Type
ObservableCollection<DevExpress.Xpf.Charts.Crosshair3DAxisLabelItem>

Remarks

Normally, you should not use this property.

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace