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

AxisLabelItem.Angle Property

Gets or sets the angle by which the axis label item’s text is rotated.

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v18.2.dll

Declaration

[XtraChartsLocalizableCategory(XtraChartsCategory.Layout)]
public int Angle { get; set; }

Property Value

Type Description
Int32

An integer value specifying the angle, in degrees, by which the axis label item’s text is rotated.

Remarks

An axis label item is the specific instance of the AxisLabelItem class, obtained in the ChartControl.CustomDrawAxisLabel (or WebChartControl.CustomDrawAxisLabel) event handler.

AxisLabelItem

For axis labels as a whole, the AxisLabel.Angle property, which is similar, is provided.

Note

For diagram types that inherit the XYDiagram3D class, the similar AxisLabel3DItem.Angle property is intended.

See Also