Skip to main content

AxisTitle Class

Defines the common settings of an axis title.

Namespace: DevExpress.UI.Xaml.Charts

Assembly: DevExpress.UI.Xaml.Charts.v21.2.dll

NuGet Package: DevExpress.Uwp.Controls

Declaration

public class AxisTitle :
    ChartElement,
    IAxisTitle

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:

For more information, refer to Axis Title.

Inheritance

See Also