Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Axis2D Class

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

Namespace: DevExpress.Xpf.Charts

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

NuGet Package: 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