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

TransparentBar2DModel Class

Represents the transparent 2D Bar pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class TransparentBar2DModel :
    SymmetricBar2DModel

Remarks

The following image demonstrates the TransparentBar2DModel.

TransparentBar2DModel

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

See Also