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

AxisY3D Class

Represents the Y axis within a chart control in 3D series.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v21.2.dll

NuGet Package: DevExpress.Charts

Declaration

public class AxisY3D :
    Axis3D

The following members return AxisY3D objects:

Remarks

The AxisY3D class represents an axis of the Y type within a chart control in 3D series. The AxisY3D class inherits properties and methods from the base Axis3D class which implements the common axes functionality. Please see the Axis3D class’s description for more information on the main available settings.

An object of the AxisY3D type can be accessed via the XYDiagram3D.AxisY property of a XYDiagram3D object which in its turn is exposed via the ChartControl.Diagram property of the chart control.

See Also