wpf-devexpress-dot-xpf-dot-charts-dot-marker3dspherepointmodel.md
The Sphere Chart3D marker model.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class Marker3DSpherePointModel :
Marker3DPointModel
Public Class Marker3DSpherePointModel
Inherits Marker3DPointModel
The following image shows a Marker3DSpherePointModel :
Set the MarkerModel property to the Marker3DSpherePointModel object to apply the model to a series view. Use the Marker3DSpherePointModel.SphereDetalizationLevel property to specify the level of detail for sphere markers.
<dxc:Bubble3DSeriesView >
<dxc:Bubble3DSeriesView.MarkerModel>
<dxc:Marker3DSpherePointModel SphereDetalizationLevel="Low" />
</dxc:Bubble3DSeriesView.MarkerModel>
</dxc:Bubble3DSeriesView>
The Marker3DSpherePointModel is compatible with the following series view:
Object DispatcherObject DependencyObject Freezable Chart3DDependencyObject Point3DModelBase Marker3DPointModel Marker3DSpherePointModel
See Also