Back to Devexpress

Marker3DSpherePointModel Class

wpf-devexpress-dot-xpf-dot-charts-dot-marker3dspherepointmodel.md

latest2.5 KB
Original Source

Marker3DSpherePointModel Class

The Sphere Chart3D marker model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class Marker3DSpherePointModel :
    Marker3DPointModel
vb
Public Class Marker3DSpherePointModel
    Inherits Marker3DPointModel

Remarks

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.

xaml
<dxc:Bubble3DSeriesView >
    <dxc:Bubble3DSeriesView.MarkerModel>
        <dxc:Marker3DSpherePointModel SphereDetalizationLevel="Low" />
    </dxc:Bubble3DSeriesView.MarkerModel>
</dxc:Bubble3DSeriesView>

The Marker3DSpherePointModel is compatible with the following series view:

Inheritance

Object DispatcherObject DependencyObject Freezable Chart3DDependencyObject Point3DModelBase Marker3DPointModel Marker3DSpherePointModel

See Also

Marker3DSpherePointModel Members

DevExpress.Xpf.Charts Namespace