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

ConeMarker3DModel Class

The Cone 3D marker model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class ConeMarker3DModel :
    PredefinedMarker3DModel

Remarks

Cone marker 3D model

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

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

The ConeMarker3DModel is compatible with the Bubble and Point series.

Inheritance

See Also