Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Marker3DSpherePointModel Class

The Sphere Chart3D marker model.

Namespace: DevExpress.Xpf.Charts

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

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