Marker2DModel Class
In This Article
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
#Remarks
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.
- To apply a pre-defined 2D marker model to a series, use the corresponding descendant of the PredefinedMarker2DModel class.
- To provide a custom 2D marker model, create an instance of the CustomMarker2DModel class, and customize its properties.
#Inheritance
Show 24 items
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Marker2DModel
See Also