Skip to main content

XYDiagram2D Class

A diagram that is used to plot XY 2D series.

Namespace: DevExpress.Xpf.Charts

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

#Declaration

[TemplatePart(Name = "PART_LogicalTreeHolder", Type = typeof(ChartItemsControl))]
[TemplatePart(Name = "PART_Panes", Type = typeof(ChartItemsControl))]
public sealed class XYDiagram2D :
    Diagram2D,
    IXYDiagram,
    IDiagram,
    IWeakEventListener

#Remarks

After you set the ChartControl.Diagram property to the XYDiagram2D type, series of compatible types can be added to the Diagram.Series collection.

To learn which series views and axis types are compatible with the XYDiagram2D type, refer to Diagram and Series Types Compatibility.

See Also