Skip to main content

PredefinedBar2DModel(PredefinedBar2DSection, PredefinedBar2DSection) Constructor

In This Article
Obsolete. This API is obsolete now.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[Obsolete("The PredefinedBar2DModel constructor is obsolete now.")]
public PredefinedBar2DModel(
    PredefinedBar2DSection positiveSection,
    PredefinedBar2DSection negativeSection
)

#Parameters

Name Type
positiveSection DevExpress.Xpf.Charts.PredefinedBar2DSection
negativeSection DevExpress.Xpf.Charts.PredefinedBar2DSection
See Also