Back to Devexpress

BorderlessGradientBar2DModel Class

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

latest3.3 KB
Original Source

BorderlessGradientBar2DModel Class

The gradient Bar model without a border.

Namespace : DevExpress.Xpf.Charts

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

NuGet Package : DevExpress.Wpf.Charts

Declaration

csharp
public class BorderlessGradientBar2DModel :
    SymmetricBar2DModel
vb
Public Class BorderlessGradientBar2DModel
    Inherits SymmetricBar2DModel

Remarks

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

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

The following series are compatible with the BorderlessGradientBar2DModel :

Inheritance

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

See Also

BorderlessGradientBar2DModel Members

Series and Marker Models

DevExpress.Xpf.Charts Namespace