Back to Devexpress

Bar3DPyramidPointModel Class

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

latest1.9 KB
Original Source

Bar3DPyramidPointModel Class

The Pyramid 3D bar model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class Bar3DPyramidPointModel :
    Bar3DPointModel
vb
Public Class Bar3DPyramidPointModel
    Inherits Bar3DPointModel

Remarks

Set the Bar3DSeriesView.BarModel property to the Bar3DPyramidPointModel object to apply the model to a series view.

xaml
<dxc:Bar3DSeriesView.BarModel>
 <dxc:Bar3DPyramidPointModel/>
</dxc:Bar3DSeriesView.BarModel>

The Bar3DPyramidPointModel is compatible with Bar3DSeriesView.

Inheritance

Object DispatcherObject DependencyObject Freezable Chart3DDependencyObject Point3DModelBase Bar3DPointModel Bar3DPyramidPointModel

See Also

Bar3DPyramidPointModel Members

DevExpress.Xpf.Charts Namespace