Axis2D Class
In This Article
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.
#Inheritance
See Also