Back to Devexpress

IXYSeriesView2D Interface

corelibraries-devexpress-dot-xtracharts-dot-ixyseriesview2d.md

latest1.3 KB
Original Source

IXYSeriesView2D Interface

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public interface IXYSeriesView2D
vb
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

IXYSeriesView2D Members

IXYDiagram2D

DevExpress.XtraCharts Namespace