XYDiagram3D Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(XYDiagram3DTypeConverter))]
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:
- the appearance settings of the diagram’s area (XYDiagram3D.BackColor, XYDiagram3D.BackImage, XYDiagram3D.FillStyle),
- the settings of the X and Y axes (XYDiagram3D.AxisX, XYDiagram3D.AxisY),
- the size and position settings of the diagram’s planes and its series (XYDiagram3D.PlaneDepthFixed, XYDiagram3D.SeriesDistance, XYDiagram3D.SeriesDistanceFixed, XYDiagram3D.SeriesIndentFixed).
An object of the XYDiagram3D type can be accessed via the ChartControl.Diagram property of a chart control.
Implements
Inheritance
See Also