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

AxisTitle Class

Defines the common settings of an axis title.

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v19.2.dll

Declaration

public class AxisTitle :
    AxisElementTitleBase,
    ISupportVisibilityControlElement

The following members return AxisTitle objects:

Remarks

The AxisTitle class declares properties that define the common appearance settings of a title which is displayed by a particular axis.

Properties exposed via the AxisTitle class allow you to customize common title attributes, such as:

At the same time, the AxisTitle class represents the base class for the AxisTitleX and AxisTitleY classes that respectively define title settings for axes of X and Y types. The properties and methods which are defined by the AxisTitle class specify the base axis title settings and are common to all axis titles. The only difference in axis titles of the AxisTitleX and AxisTitleY types is in the initialization of the Title.Text property’s default value.

For more information, refer to Axis Titles.

The following code snippets (auto-collected from DevExpress Examples) contain references to the AxisTitle class.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also