Back to Devexpress

GlassCylinderBar2DModel Class

wpf-devexpress-dot-xpf-dot-charts-dot-glasscylinderbar2dmodel.md

latest2.9 KB
Original Source

GlassCylinderBar2DModel Class

The glass cylinder Bar model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class GlassCylinderBar2DModel :
    PredefinedBar2DModel
vb
Public Class GlassCylinderBar2DModel
    Inherits PredefinedBar2DModel

Remarks

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

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

The following series are compatible with the GlassCylinderBar2DModel :

Inheritance

Object DispatcherObject DependencyObject Freezable ChartDependencyObject DevExpress.Xpf.Charts.PointModel Bar2DModel PredefinedBar2DModel GlassCylinderBar2DModel

See Also

GlassCylinderBar2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace