Back to Devexpress

XYDiagram3D.AxisY Property

corelibraries-devexpress-dot-xtracharts-dot-xydiagram3d-598ce85a.md

latest1.5 KB
Original Source

XYDiagram3D.AxisY Property

Gets the Y-axis.

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[PersistenceMode(PersistenceMode.InnerProperty)]
[XtraChartsLocalizableCategory(XtraChartsCategory.Elements)]
public AxisY3D AxisY { get; }
vb
<XtraChartsLocalizableCategory(XtraChartsCategory.Elements)>
<PersistenceMode(PersistenceMode.InnerProperty)>
Public ReadOnly Property AxisY As AxisY3D

Property Value

TypeDescription
AxisY3D

An AxisY3D object which represents the Y Axis.

|

Remarks

For more information on axes, see the Axis topic.

See Also

AxisX

XYDiagram3D Class

XYDiagram3D Members

DevExpress.XtraCharts Namespace