Back to Devexpress

Marker2DModel Class

wpf-devexpress-dot-xpf-dot-charts-dot-marker2dmodel.md

latest4.7 KB
Original Source

Marker2DModel Class

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

Declaration

csharp
public abstract class Marker2DModel :
    PointModel
vb
Public MustInherit Class Marker2DModel
    Inherits PointModel

The following members return Marker2DModel objects:

Show 12 links

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 CustomMarker2DModel

PredefinedMarker2DModel

SimpleMarker2DModel

CircleMarker2DModel

SquareMarker2DModel

GeometryMarker2DModel

PentagonMarker2DModel

CrossMarker2DModel

TriangleMarker2DModel

DiamondMarker2DModel

DollarMarker2DModel

PlusMarker2DModel

BorderlessSimpleMarker2DModel

InvertedTriangleMarker2DModel

RingMarker2DModel

PolygonMarker2DModel

StarMarker2DModel

See Also

Marker2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace