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

OutsetBar2DModel Class

The outset 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 OutsetBar2DModel :
    Cached2DBarModel

Remarks

OutsetBar2DModel

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

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

The following series are compatible with the OutsetBar2DModel:

Inheritance

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