Back to Devexpress

Bar3DBoxPointModel Class

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

latest1.8 KB
Original Source

Bar3DBoxPointModel Class

The Box 3D bar model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

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

Remarks

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

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

The Bar3DBoxPointModel is compatible with Bar3DSeriesView.

Inheritance

Object DispatcherObject DependencyObject Freezable Chart3DDependencyObject Point3DModelBase Bar3DPointModel Bar3DBoxPointModel

See Also

Bar3DBoxPointModel Members

DevExpress.Xpf.Charts Namespace