SimpleDiagram Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[TypeConverter(typeof(SimpleDiagramTypeConverter))]
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.