Back to Devexpress

Chart3DControl.CrosshairSeriesLabelItems Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-054bd09e.md

latest1.3 KB
Original Source

Chart3DControl.CrosshairSeriesLabelItems 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<CrosshairSeriesLabelItem> CrosshairSeriesLabelItems { get; }
vb
<Browsable(False)>
Public ReadOnly Property CrosshairSeriesLabelItems As ObservableCollection(Of CrosshairSeriesLabelItem)

Property Value

Type
ObservableCollection<CrosshairSeriesLabelItem>

Remarks

Normally, you should not use this property.

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace