Back to Devexpress

Axis3DBase.CrosshairLabelTemplate Property

wpf-devexpress-dot-xpf-dot-charts-dot-axis3dbase-29acb18c.md

latest1.4 KB
Original Source

Axis3DBase.CrosshairLabelTemplate Property

Specifies the template that defines the presentation of the Crosshair Cursor’s axis labels for the X- (Y-, Z-) axis. 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 template defining the presentation of the Crosshair Cursor’s axis labels.

|

Remarks

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

See Also

Axis3DBase Class

Axis3DBase Members

DevExpress.Xpf.Charts Namespace