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

GlassCylinderBar2DModel Class

The glass cylinder Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: DevExpress.Wpf.Charts

Declaration

public class GlassCylinderBar2DModel :
    PredefinedBar2DModel

Remarks

GlassCylinderBar2DModel

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

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

The following series are compatible with the GlassCylinderBar2DModel:

Inheritance

See Also