Skip to main content

SimpleDiagram2D Class

Represents a diagram that is used to plot Pie / Donut series.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[TemplatePart(Name = "PART_LogicalTreeHolder", Type = typeof(ChartItemsControl))]
public class SimpleDiagram2D :
    Diagram2D,
    ISimpleDiagram,
    IDiagram,
    IHitTestableElement

#Remarks

After you set the ChartControl.Diagram property to the SimpleDiagram2D type, only a series of the PieSeries2D types can be added to the Diagram.Series collection.

For more information, see Series Types Compatibility.

See Also