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
Related API Members
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:
- the axis title’s text (AxisTitle.Content);
- the alignment of the axis title (AxisTitle.Alignment).
For more information, refer to Axis Title.
Inheritance
Object
DependencyObject
Windows.UI.Xaml.UIElement
FrameworkElement
Control
ChartElement
AxisTitle
See Also