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

SimpleDiagram Class

Represents a diagram that is used to plot series of the pie view type.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public class SimpleDiagram :
    Diagram,
    ISimpleDiagram,
    IDiagram,
    IScrollingZoomingOptions

Remarks

The SimpleDiagram class represents a diagram type used to plot pie charts within a chart control. In addition to the settings inherited from the base Diagram class, the SimpleDiagram class implements the SimpleDiagram.Dimension and SimpleDiagram.LayoutDirection properties which are in effect when more than one pie series are displayed and respectively allow you to control the layout of pie charts within the diagram.

An object of the SimpleDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays a Pie, Doughnut or Funnel chart.

For more information, refer to Simple Diagram.

Implements

Inheritance

See Also