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

FlatBar2DModel Class

The flat 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 FlatBar2DModel :
    Cached2DBarModel

Remarks

FlatBar2DModel

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

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

The following series are compatible with the FlatBar2DModel:

Inheritance

Show 11 items
Object
DispatcherObject
DependencyObject
Freezable
ChartDependencyObject
DevExpress.Xpf.Charts.PointModel
Bar2DModel
PredefinedBar2DModel
SymmetricBar2DModel
DevExpress.Xpf.Charts.Cached2DBarModel
FlatBar2DModel
See Also