Skip to main content
A newer version of this page is available. .

Marker3DSpherePointModel Class

The Sphere Chart3D marker model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class Marker3DSpherePointModel :
    Marker3DPointModel

Remarks

The following image shows a Marker3DSpherePointModel:

Sphere 3D marker

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:

See Also