wpf-devexpress-dot-xpf-dot-charts-dot-bar3dmodel.md
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
public abstract class Bar3DModel :
DependencyObject,
IChartElement,
IOwnedElement,
INotificationOwner,
ICloneable,
IBindingPropertiesSource
Public MustInherit Class Bar3DModel
Inherits DependencyObject
Implements IChartElement,
IOwnedElement,
INotificationOwner,
ICloneable,
IBindingPropertiesSource
The following members return Bar3DModel objects:
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.
Show 11 items
Object DispatcherObject DependencyObject Bar3DModel CustomBar3DModel
See Also