Skip to main content

ISupportMarker2D.MarkerModel Property

When implemented by a class, specifies the model used to draw markers of a series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

Marker2DModel MarkerModel { get; set; }

#Property Value

Type Description
Marker2DModel

A Marker2DModel class descendant.

#Remarks

The following series implement the ISupportMarker2D interface: Area, Point, Line and Bubble Series.

See Also