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

AxisLabelItemBase Class

Represents the base class for classes that provide functionality for axis label items.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

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

Declaration

[RuntimeObject]
public abstract class AxisLabelItemBase :
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing,
    IXYDiagramLabelLayout,
    ILabelLayout

The following members return AxisLabelItemBase objects:

Remarks

The AxisLabelItemBase class serves as a base for classes that provide the axis label items functionality for different chart types (2D and 3D, and Radar). The properties and methods that are defined by the AxisLabelItemBase class implement the base axis label items functionality, and are common to all chart types.

See Also