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

AxisTitle Class

Defines the common settings of an axis title.

Namespace: DevExpress.UI.Xaml.Charts

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

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

Object
Windows.UI.Xaml.DependencyObject
Windows.UI.Xaml.UIElement
Windows.UI.Xaml.FrameworkElement
Windows.UI.Xaml.Controls.Control
ChartElement
AxisTitle
See Also