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.v19.1.dll

Declaration

public abstract class Axis3D :
    Axis,
    IHitTestableElement,
    IFinishInvalidation

Remarks

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

See Also