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

SimpleDiagram3D Class

Represents a diagram that is used to plot series of the Pie 3D view type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

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.

See Also