Skip to main content

CustomMarker2DModel Class

Represents the custom 2D point marker model.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

public class CustomMarker2DModel :
    Marker2DModel

#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

See Also