SimpleDiagram3D Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(SimpleDiagram3DTypeConverter))]
public class SimpleDiagram3D :
Diagram3D,
ISimpleDiagram,
IDiagram
Remarks
The SimpleDiagram3D class represents a diagram type used to plot Pie 3D charts within a chart control. In addition to the settings inherited from the base Diagram3D class, the SimpleDiagram3D class implements the SimpleDiagram3D.Dimension and SimpleDiagram3D.LayoutDirection properties which are in effect when more than one Pie 3D series are displayed thus allowing you to control the layout of pie charts within the diagram.
An object of the SimpleDiagram3D type can be accessed via the ChartControl.Diagram property of a chart control that displays a Pie 3D chart.
Implements
Inheritance
Object
ChartElement
See Also