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

Axis3D Class

Represents the base class for X and Y axes 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 abstract class Axis3D :
    Axis,
    IHitTestableElement,
    IFinishInvalidation

Remarks

The Axis3D class implements the general functionality for 3D X and Y axes.

See Also