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

GlassCylinderBar2DModel Class

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

Namespace: DevExpress.Xpf.Charts

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

Declaration

public class GlassCylinderBar2DModel :
    PredefinedBar2DModel

Remarks

The following image demonstrates the GlassCylinderBar2DModel.

GlassCylinderBar2DModel

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

Inheritance

See Also