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

Diagram2D Class

Represents the base class for diagrams that display 2D series.

Namespace: DevExpress.Xpf.Charts

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

Declaration

public abstract class Diagram2D :
    Diagram

Remarks

The Diagram2D class serves as a base for the diagram classes which provide diagram functionality in 2D series. The Diagram2D class implements the base diagram functionality that is common to all 2D diagram types.

For more information, refer to Diagram and Series Types Compatibility.

See Also