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

TransparentBar2DModel Class

The transparent Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class TransparentBar2DModel :
    SymmetricBar2DModel

Remarks

TransparentBar2DModel

Set the BarSeries2D.Model property to the TransparentBar2DModel object to apply the model to a series.

<dxc:BarSideBySideSeries2D>
    <dxc:BarSideBySideSeries2D.Model>
        <dxc:TransparentBar2DModel/>
    </dxc:BarSideBySideSeries2D.Model>
</dxc:BarSideBySideSeries2D>

The following series are compatible with the TransparentBar2DModel:

See Also