CustomMarker2DModel Class
In This Article
Represents the custom 2D point marker model.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
To provide a custom marker model, create an instance of the CustomMarker2DModel class, and assign it to the ISupportMarker2D.MarkerModel property.
To apply a pre-defined marker model in your chart, use the corresponding descendant of the PredefinedMarker2DModel class.
For more information, see Series and Marker Models.
#Inheritance
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Marker2DModel
CustomMarker2DModel
See Also