wpf-devexpress-dot-xpf-dot-charts-dot-marker3dmodel.md
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
public abstract class Marker3DModel :
ModelBase
Public MustInherit Class Marker3DModel
Inherits ModelBase
The following members return Marker3DModel objects:
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.
Show 16 items
Object DispatcherObject DependencyObject DevExpress.Xpf.Charts.ModelBase Marker3DModel CustomMarker3DModel
See Also