Back to Devexpress

AxisY3D Class

corelibraries-devexpress-dot-xtracharts-dot-axisy3d.md

latest2.3 KB
Original Source

AxisY3D Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
public class AxisY3D :
    Axis3D
vb
Public Class AxisY3D
    Inherits 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.

Inheritance

Object ChartElement ChartElementNamed AxisBase Axis3D AxisY3D

See Also

AxisY3D Members

AxisY

AxisX3D

DevExpress.XtraCharts Namespace