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

AxisY3D Class

Represents the Y-axis of a XYDiagram3D class.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.1.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Charts, DevExpress.Wpf.Charts

Declaration

public class AxisY3D :
    Axis3D

The following members return AxisY3D objects:

Remarks

An instance of the AxisY3D class can be accessed via the XYDiagram3D.AxisY property. To learn more on the functionality provided by the AxisY3D class, see the descriptions of its Axis and Axis3D base classes.

See Also