Back to Devexpress

Bar3DModel Class

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

latest3.1 KB
Original Source

Bar3DModel Class

Represents a base class for standard and custom 3D Bar models.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public abstract class Bar3DModel :
    DependencyObject,
    IChartElement,
    IOwnedElement,
    INotificationOwner,
    ICloneable,
    IBindingPropertiesSource
vb
Public MustInherit Class Bar3DModel
    Inherits DependencyObject
    Implements IChartElement,
               IOwnedElement,
               INotificationOwner,
               ICloneable,
               IBindingPropertiesSource

The following members return Bar3DModel objects:

Remarks

The Bar3DModel class implements the basic functionality for both the pre-defined and custom 3D Bar models.

Since the Bar3DModel class is abstract, you can’t create an instance of it directly. Instead, assign one of its descendants to the BarSeries3D.Model property.

  • To apply a pre-defined 3D Bar model in your chart, use the corresponding descendant of the PredefinedBar3DModel class.
  • To provide a custom 3D Bar model, create an instance of the CustomBar3DModel class, and customize its properties.

Inheritance

Show 11 items

Object DispatcherObject DependencyObject Bar3DModel CustomBar3DModel

PredefinedBar3DModel

CylinderBar3DModel

PyramidBar3DModel

HexagonBar3DModel

BoxBar3DModel

ConeBar3DModel

See Also

Bar3DModel Members

Side-by-Side Bar

Series and Marker Models

DevExpress.Xpf.Charts Namespace