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

SymmetricBar2DModel Class

Represents the base class for all symmetric 2D Bar models.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public abstract class SymmetricBar2DModel :
    PredefinedBar2DModel

Remarks

Since the SymmetricBar2DModel class is abstract, you can’t create an instance of it directly. Instead, assign one of its descendants to the BarSeries2D.Model property.

See Also