Skip to main content
A newer version of this page is available. .

XYDiagram Class

Represents a diagram that is used to plot all 2D XY series, except for the Gantt and Radar and Polar series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v17.2.dll

Declaration

[TypeConverter(typeof(XYDiagramTypeConverter))]
public class XYDiagram :
    XYDiagram2D

Remarks

The XYDiagram class represents the diagram type used to plot series which are displayed using the X and Y axes. For the complete list of supported series views, refer to XY-Diagram.

In addition to the settings inherited from the base Diagram and XYDiagram2D classes, the XYDiagram class implements specific properties that allow you to control the following characteristics of a diagram.

An object of the XYDiagram type can be accessed via the ChartControl.Diagram property of a chart control that displays series compatible with this diagram type.

The following code snippets (auto-collected from DevExpress Examples) contain references to the XYDiagram 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.

Implements

See Also