SimpleDiagram Class
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.2.dll
Declaration
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
Object
ChartElement
Diagram
SimpleDiagram
See Also