Back to Devexpress

Marker3DModel Class

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

latest3.2 KB
Original Source

Marker3DModel Class

Represents a base class for standard and custom point marker models, which are used in 3D series with markers.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class Marker3DModel :
    ModelBase
vb
Public MustInherit Class Marker3DModel
    Inherits ModelBase

The following members return Marker3DModel objects:

Remarks

The Marker3DModel class implements the basic functionality for all marker models related to 3D series with markers (MarkerSeries3D class descendants).

Since the Marker3DModel 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 3D marker model to a series, use the corresponding descendant of the PredefinedMarker3DModel class.
  • To provide a custom 3D marker model, create an instance of the CustomMarker3DModel class, and customize its properties.

Inheritance

Show 16 items

Object DispatcherObject DependencyObject DevExpress.Xpf.Charts.ModelBase Marker3DModel CustomMarker3DModel

PredefinedMarker3DModel

CylinderMarker3DModel

CapsuleMarker3DModel

SphereMarker3DModel

HexagonMarker3DModel

CubeMarker3DModel

PyramidMarker3DModel

RoundedCubeMarker3DModel

ConeMarker3DModel

StarMarker3DModel

See Also

Marker3DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace