Back to Devexpress

OutsetBar2DModel Class

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

latest3.2 KB
Original Source

OutsetBar2DModel Class

The outset Bar model.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class OutsetBar2DModel :
    Cached2DBarModel
vb
Public Class OutsetBar2DModel
    Inherits Cached2DBarModel

Remarks

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

xaml
<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

OutsetBar2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace