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

Axis2D Class

The base class for X and Y axes of a XYDiagram2D class.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v20.2.dll

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

Declaration

public abstract class Axis2D :
    Axis,
    ILineOwner,
    ICrosshairAxis,
    IPatternHolder,
    IResolveLabelsOverlappingAxis,
    ITickmarksOwner,
    ITransformable,
    ISupportVisibilityControlElement,
    ICrosshairAxisLabelAppearanceProvider,
    ISupportTag,
    IAutoScaleBreaksContainer,
    IIntervalContainer,
    IScaleBreaksAppearanceProvider

Remarks

The Axis2D class implements the general functionality for 2D X and Y axes. It introduces the Axis2D.Visible property to control the axis’ visibility, and the Axis2D.Brush and Axis2D.Thickness properties, to customize the axis’ appearance.

See Also