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

BorderlessGradientWaterfall2DModel Class

Represents the gradient waterfall bar model without a border.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class BorderlessGradientWaterfall2DModel :
    SymmetricWaterfall2DModel

Remarks

The following image demonstrates the BorderlessGradientWaterfall2DModel.

BorderlessGradientWaterfall2DModel

To use this model, assign a BorderlessGradientWaterfall2DModel 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
BorderlessGradientWaterfall2DModel
See Also