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.v18.1.dll

Declaration

[TypeConverter(typeof(XYDiagram3DTypeConverter))]
public class XYDiagram3D :
    Diagram3D,
    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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XYDiagram3D class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also