AxisLabelItemBase Class
Represents the base class for classes that provide functionality for axis label items.
Namespace: DevExpress.XtraCharts
Assembly: DevExpress.XtraCharts.v24.1.dll
NuGet Package: DevExpress.Charts
Declaration
[RuntimeObject]
public abstract class AxisLabelItemBase :
ITextPropertiesProvider,
IHitTest,
ISupportTextAntialiasing,
IXYDiagramLabelLayout,
ILabelLayout
Related API Members
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.
Inheritance
See Also