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

FlatGlassBar2DModel Class

Represents the flat glass 2D Bar pre-defined model.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class FlatGlassBar2DModel :
    Cached2DBarModel

Remarks

The following image demonstrates the FlatGlassBar2DModel.

FlatGlassBar2DModel

To take effect, an instance of the FlatGlassBar2DModel class must be assigned to the BarSeries2D.Model property.

Inheritance

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