Back to Devexpress

Chart3DControl.CrosshairSeriesLabelTemplate Property

wpf-devexpress-dot-xpf-dot-charts-dot-chart3dcontrol-62c1e0e0.md

latest1.2 KB
Original Source

Chart3DControl.CrosshairSeriesLabelTemplate Property

Gets or sets the template of the Crosshair series label.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[Browsable(false)]
public DataTemplate CrosshairSeriesLabelTemplate { get; set; }
vb
<Browsable(False)>
Public Property CrosshairSeriesLabelTemplate As DataTemplate

Property Value

TypeDescription
DataTemplate

The template of the Crosshair series label.

|

Remarks

This property is for the control theming support. Normally, you should not use this property.

See Also

Chart3DControl Class

Chart3DControl Members

DevExpress.Xpf.Charts Namespace