Back to Devexpress

IXYSeriesView2D.AxisY Property

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

latest1.2 KB
Original Source

IXYSeriesView2D.AxisY Property

If implemented by a class, gets the Y-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
Axis2D AxisY { get; }
vb
ReadOnly Property AxisY As Axis2D

Property Value

TypeDescription
Axis2D

An Axis2D descendant, which represents the Y-axis.

|

See Also

AxisX

IXYSeriesView2D Interface

IXYSeriesView2D Members

DevExpress.XtraCharts Namespace