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.v18.1.dll

Declaration

[TypeConverter(typeof(SimpleDiagramTypeConverter))]
public class SimpleDiagram :
    Diagram,
    ISimpleDiagram,
    IDiagram

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.

The following code snippets (auto-collected from DevExpress Examples) contain references to the SimpleDiagram class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

Inheritance

See Also