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

AxisTitleY Class

Defines the settings of the Y axis’s title.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v20.2.dll

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

Declaration

public sealed class AxisTitleY :
    AxisTitle

Remarks

The AxisTitleY class represents a title for an axis of the AxisY type. The AxisTitleY 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 AxisTitleY type can be accessed via the Axis2D.Title property of an axis of the AxisY type which in its turn is exposed via the XYDiagram.AxisY property of the XYDiagram object.

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

See Also