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

BorderlessGradientBar2DModel Class

Represents the gradient 2D Bar pre-defined model without a border.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class BorderlessGradientBar2DModel :
    SymmetricBar2DModel

Remarks

The following image demonstrates the BorderlessGradientBar2DModel.

BorderlessGradientBar2DModel

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

See Also