wpf-devexpress-dot-xpf-dot-charts-93d35500.md
Defines the common settings of an axis title.
Namespace : DevExpress.Xpf.Charts
Assembly : DevExpress.Xpf.Charts.v25.2.dll
NuGet Package : DevExpress.Wpf.Charts
public class AxisTitle :
AxisElementTitleBase,
ISupportVisibilityControlElement
Public Class AxisTitle
Inherits AxisElementTitleBase
Implements ISupportVisibilityControlElement
The following members return AxisTitle objects:
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.
Show 12 items
Object DispatcherObject DependencyObject Visual UIElement FrameworkElement Control ChartElementBase ChartElement TitleBase AxisElementTitleBase AxisTitle
See Also