Back to Devexpress

CrosshairSeriesLabelItem Class

wpf-devexpress-dot-xpf-dot-charts-25297772.md

latest1.3 KB
Original Source

CrosshairSeriesLabelItem Class

The Crosshair Cursor Label’s model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public class CrosshairSeriesLabelItem :
    AnnotationItem,
    ICrosshairLabelItem
vb
<NonCategorized>
Public Class CrosshairSeriesLabelItem
    Inherits AnnotationItem
    Implements ICrosshairLabelItem

Remarks

The Chart Control uses this class’ instance as the data context of the Crosshair Cursor Label’s CrosshairOptionsBase.PopupTemplate template.

Inheritance

Object DevExpress.Xpf.Charts.NotifyPropertyChangedObject DevExpress.Xpf.Charts.AnnotationItem CrosshairSeriesLabelItem

See Also

CrosshairSeriesLabelItem Members

DevExpress.Xpf.Charts Namespace