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

Diagram3D Class

Represents the base class for diagrams, that display 3D series.

Namespace: DevExpress.Xpf.Charts

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public abstract class Diagram3D :
    Diagram,
    IDiagram3D

Remarks

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

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

See Also