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

AxisLabel Class

Defines the settings of an axis’s labels or custom labels.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.1.dll

Declaration

public class AxisLabel :
    TitleBase,
    IAxisLabel,
    IHitTest,
    IPatternHolder

The following members accept/return AxisLabel objects:

Remarks

The AxisLabel class declares properties that define the appearance settings of either labels or custom labels which are displayed by a particular axis. An object of the AxisLabel type can be accessed via the Axis2D.Label property of an axis.

Properties exposed via the AxisLabel class allow you to customize common label attributes such as:

Note that the AxisLabel.TextPattern property (which respectively define specific text for labels) cannot be applied to custom labels - they affect only the text of default axis labels.

See Also