Skip to main content

IXYDiagram2D Interface

In This Article

Provides access to axes for 2D XY-Diagrams.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#Declaration

public interface IXYDiagram2D

#Remarks

The base class which implements this interface is the XYDiagram2D class.

You can use the IXYDiagram2D interface, to get access to axes with no regard to a particular type of 2D XY-Diagram (e.g. whether it’s the SwiftPlotDiagram, XYDiagram or GanttDiagram type).

See Also