Skip to main content

Marker3DSpherePointModel Class

The Sphere Chart3D marker model.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v24.1.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:

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the Marker3DSpherePointModel class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also