Quasi3DBar2DModel Class
In This Article
Represents the quasi-three-dimensional 2D Bar pre-defined model.
Namespace: DevExpress.Xpf.Charts
Assembly: DevExpress.Xpf.Charts.v14.2.dll
#Declaration
#Remarks
To define this model for a Bar series, assign an instance of the Quasi3DBar2DModel class to the BarSeries2D.Model property.
The following image demonstrates the Quasi3DBar2DModel (with the PastelKitPalette applied to the chart control).
NOTE
When multiple Bar models are used in the same chart control, the series with the Quasi3D model is always drawn atop.
For a code example, see How to: Assign Different Models for Series and Point Markers.
#Inheritance
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Bar2DModel
PredefinedBar2DModel
Quasi3DBar2DModel
See Also