wpf-devexpress-dot-xpf-dot-charts-dot-axis2d.md
The base class for X and Y axes of a XYDiagram2D class.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public abstract class Axis2D :
Axis,
ILineOwner,
ICrosshairAxis,
IPatternHolder,
IResolveLabelsOverlappingAxis,
ITickmarksOwner,
ITransformable,
ISupportVisibilityControlElement,
ICrosshairAxisLabelAppearanceProvider,
ISupportTag,
IAutoScaleBreaksContainer,
IIntervalContainer,
IScaleBreaksAppearanceProvider
Public MustInherit Class Axis2D
Inherits Axis
Implements ILineOwner,
ICrosshairAxis,
IPatternHolder,
IResolveLabelsOverlappingAxis,
ITickmarksOwner,
ITransformable,
ISupportVisibilityControlElement,
ICrosshairAxisLabelAppearanceProvider,
ISupportTag,
IAutoScaleBreaksContainer,
IIntervalContainer,
IScaleBreaksAppearanceProvider
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.
Show 16 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement AxisBase Axis Axis2D AxisX2D
See Also