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

GradientBar2DModel Class

Represents the gradient 2D Bar pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class GradientBar2DModel :
    SymmetricBar2DModel

Remarks

The following image demonstrates the GradientBar2DModel.

GradientBar2DModel

To take effect, an instance of the GradientBar2DModel class must be assigned to the BarSeries2D.Model property.

See Also