wpf-devexpress-dot-xpf-dot-charts-dot-pyramidmarker3dmodel.md
The Pyramid 3D marker model.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class PyramidMarker3DModel :
PredefinedMarker3DModel
Public Class PyramidMarker3DModel
Inherits PredefinedMarker3DModel
Set the Model property to the PyramidMarker3DModel object to apply the model to a series.
<dxc:XYDiagram3D>
<dxc:XYDiagram3D.Series>
<dxc:PointSeries3D>
<dxc:PointSeries3D.Model>
<dxc:PyramidMarker3DModel />
</dxc:PointSeries3D.Model>
</dxc:PointSeries3D>
</dxc:XYDiagram3D.Series>
</dxc:XYDiagram3D>
The PyramidMarker3DModel is compatible with the Bubble and Point series.
Object DispatcherObject DependencyObject DevExpress.Xpf.Charts.ModelBase Marker3DModel PredefinedMarker3DModel PyramidMarker3DModel
See Also