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

AxisLabel3D(Axis3D) Constructor

Initializes a new instance of the AxisLabel3D class with the specified owner.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public AxisLabel3D(
    Axis3D axis
)

Parameters

Name Type Description
axis Axis3D

An Axis3D object which specifies the owner for this axis label.

See Also