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

XYDiagram3D Class

Represents a diagram that is used to plot all 3D series except for the Pie 3D type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

public class XYDiagram3D :
    Diagram3D,
    IDisposable,
    IXYDiagram,
    IDiagram,
    IAxisProvider,
    IPane,
    IBackground

Remarks

The XYDiagram3D class represents a diagram used to plot 3D chart types which are displayed using the X and Y axes within a chart control (these are all of the chart types except for Pie 3D charts).

In addition to the settings inherited from the base Diagram3D class, the XYDiagram3D class implements specific properties that allow you to control the following diagram’s characteristics:

An object of the XYDiagram3D type can be accessed via the ChartControl.Diagram property of a chart control.

Implements

Inheritance

See Also