Back to Devexpress

Series3DBase.CrosshairLabelTemplate Property

wpf-devexpress-dot-xpf-dot-charts-dot-series3dbase-eab2bbcf.md

latest1.4 KB
Original Source

Series3DBase.CrosshairLabelTemplate Property

Gets or sets the template that defines the presentation of the Crosshair Cursor’s series labels for the $series. This is a dependency property.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public DataTemplate CrosshairLabelTemplate { get; set; }
vb
Public Property CrosshairLabelTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The Crosshair Cursor’s series label template.

|

Remarks

This template uses the CrosshairSeriesLabelPresentationData class’ object as the data context.

See Also

Series3DBase Class

Series3DBase Members

DevExpress.Xpf.Charts Namespace