Skip to main content
A newer version of this page is available. .

SimpleWaterfall2DModel Class

Represents the basic waterfall bar model with a border.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class SimpleWaterfall2DModel :
    SymmetricWaterfall2DModel

Remarks

The following image demonstrates the SimpleWaterfall2DModel.

SimpleWaterfall2DModel

To use this model, assign a SimpleWaterfall2DModel instance to the WaterfallSeries2D.Model property.

Inheritance

Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Waterfall2DModel
DevExpress.Xpf.Charts.PredefinedWaterfall2DModel
DevExpress.Xpf.Charts.SymmetricWaterfall2DModel
SimpleWaterfall2DModel
See Also