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

GradientBar2DModel Class

The gradient Bar model.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class GradientBar2DModel :
    SymmetricBar2DModel

Remarks

GradientBar2DModel

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

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

The following series are compatible with the GradientBar2DModel:

See Also