wpf-devexpress-dot-xpf-dot-charts-dot-marker2dmodel.md
A base class for standard and custom point marker models, which are used in 2D series with markers.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Marker2DModel :
PointModel
Public MustInherit Class Marker2DModel
Inherits PointModel
The following members return Marker2DModel objects:
Show 12 links
The Marker2DModel class implements the basic functionality for all marker models related to 2D series with markers (MarkerSeries2D class descendants).
Since the Marker2DModel class is abstract, you can’t create an instance of it directly. Instead, assign one of its descendants to the MarkerModel property of a series.
Show 24 items
Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Marker2DModel CustomMarker2DModel
See Also