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

AxisTitleX Class

Defines the settings of the X axis’s title.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.1.dll

NuGet Packages: DevExpress.Charts, DevExpress.WindowsDesktop.Charts

Declaration

public sealed class AxisTitleX :
    AxisTitle

Remarks

The AxisTitleX class represents a title for an axis of the AxisX type. The AxisTitleX class inherits properties and methods from the base AxisTitle class which define the common settings of axis titles. Please see the AxisTitle class’s description for more information on the available main settings.

An object of the AxisTitleX type can be accessed via the Axis2D.Title property of an axis of the AxisX type which in its turn is exposed via the XYDiagram.AxisX property of the XYDiagram object.

The only difference between axis titles of the AxisTitleX and AxisTitleY types is in the initialization of the Title.Text property’s default value. For the title of the AxisTitleX type the Title.Text property is set to the “Axis of arguments” value while for the title of the AxisTitleY type the Title.Text property is set to “Axis of values”.

See Also