corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d.md
Represents a diagram that is used to plot all 3D series except for the Pie 3D type.
Namespace : DevExpress.XtraCharts
Assembly : DevExpress.XtraCharts.v25.2.dll
NuGet Package : DevExpress.Charts
public class XYDiagram3D :
Diagram3D,
IDisposable,
IXYDiagram,
IDiagram,
IAxisProvider,
IPane,
IBackground
Public Class XYDiagram3D
Inherits Diagram3D
Implements IDisposable,
IXYDiagram,
IDiagram,
IAxisProvider,
IPane,
IBackground
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.
Object ChartElement Diagram Diagram3D XYDiagram3D
See Also