Back to Devexpress

AxisLabelItemBase Class

corelibraries-devexpress-dot-xtracharts-37067814.md

latest2.5 KB
Original Source

AxisLabelItemBase Class

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

Namespace : DevExpress.XtraCharts

Assembly : DevExpress.XtraCharts.v25.2.dll

NuGet Package : DevExpress.Charts

Declaration

csharp
[RuntimeObject]
public abstract class AxisLabelItemBase :
    ITextPropertiesProvider,
    IHitTest,
    ISupportTextAntialiasing,
    IXYDiagramLabelLayout,
    ILabelLayout
vb
<RuntimeObject>
Public MustInherit Class AxisLabelItemBase
    Implements 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.

Inheritance

Object AxisLabelItemBase AxisLabel3DItem

AxisLabelItem

RadarAxisXLabelItem

RadarAxisYLabelItem

See Also

AxisLabelItemBase Members

Axis Labels

DevExpress.XtraCharts Namespace