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

SphereMarker3DModel Class

The Sphere 3D marker model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class SphereMarker3DModel :
    PredefinedMarker3DModel

Remarks

Sphere marker 3D model

Set the Model property to the SphereMarker3DModel object to apply the model to a series.

<dxc:XYDiagram3D>
  <dxc:XYDiagram3D.Series>
      <dxc:PointSeries3D>
          <dxc:PointSeries3D.Model>
              <dxc:SphereMarker3DModel />
          </dxc:PointSeries3D.Model>
      </dxc:PointSeries3D>
  </dxc:XYDiagram3D.Series>
</dxc:XYDiagram3D>

The SphereMarker3DModel is compatible with the Bubble and Point series.

Inheritance

Object
DispatcherObject
DependencyObject
DevExpress.Xpf.Charts.ModelBase
See Also