Skip to main content

AxisLabelItem.Angle Property

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

Namespace: DevExpress.XtraCharts

Assembly: DevExpress.XtraCharts.v24.2.dll

NuGet Package: DevExpress.Charts

#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