Back to Devexpress

CrosshairAxisLabelPresentationData Class

wpf-devexpress-dot-xpf-dot-charts-366d83b8.md

latest1.4 KB
Original Source

CrosshairAxisLabelPresentationData Class

The Crosshair Cursor’s axis label model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public class CrosshairAxisLabelPresentationData :
    CrosshairLabelPresentationData
vb
<NonCategorized>
Public Class CrosshairAxisLabelPresentationData
    Inherits CrosshairLabelPresentationData

Remarks

The Axis2D.CrosshairLabelTemplate and Axis3DBase.CrosshairLabelTemplate templates use this class’ object as the data context.

Inheritance

Object DevExpress.Xpf.Charts.NotifyPropertyChangedObject CrosshairLabelPresentationData CrosshairAxisLabelPresentationData

See Also

CrosshairAxisLabelPresentationData Members

DevExpress.Xpf.Charts Namespace