Back to Devexpress

MarkerItem Class

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

latest1.4 KB
Original Source

MarkerItem Class

The base class for items with markers.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
[NonCategorized]
public abstract class MarkerItem :
    DependencyObject,
    IWeakEventListener,
    INotifyPropertyChanged
vb
<NonCategorized>
Public MustInherit Class MarkerItem
    Inherits DependencyObject
    Implements IWeakEventListener,
               INotifyPropertyChanged

Inheritance

Object DispatcherObject DependencyObject MarkerItem CrosshairMarkerItem

LegendItemBase

HeatmapLegendItem

LegendItem

See Also

MarkerItem Members

DevExpress.Xpf.Charts Namespace