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

IXYSeriesView2D Interface

Provides access to axes for 2D XY-series views.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v19.2.dll

Declaration

public interface IXYSeriesView2D

Remarks

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

You can use the IXYSeriesView2D interface, to get access to axes, with no regard to the particular view type of a series.

See Also