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

RoundedCubeMarker3DModel Class

The Rounded Cube 3D marker model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

#Declaration

public class RoundedCubeMarker3DModel :
    PredefinedMarker3DModel

#Remarks

Rounded Cube marker 3D model

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

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

The RoundedCubeMarker3DModel is compatible with the Bubble and Point series.

#Inheritance

Object
DispatcherObject
DependencyObject
DevExpress.Xpf.Charts.ModelBase
Marker3DModel
PredefinedMarker3DModel
RoundedCubeMarker3DModel
See Also