MarkerSeries3D.Model Property
In This Article
Gets or sets the model used to draw elements of a 3D series with markers (e.g. 3D Point Series).
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v24.2.dll
NuGet Package: DevExpress.Wpf.Charts
#Declaration
public Marker3DModel Model { get; set; }
#Property Value
Type | Description |
---|---|
Marker3DModel | A Marker3DModel class descendant. |
#Example
The following example demonstrates how to modify the MarkerSeries3D.Model
property in XAML.
<dxc:PointSeries3D.Model>
<dxc:RoundedCubeMarker3DModel />
</dxc:PointSeries3D.Model>
See Also