Skip to main content

AxisLabel.Angle Property

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

Namespace: DevExpress.Xpf.Charts

Assembly: DevExpress.Xpf.Charts.v14.2.dll

#Declaration

[XtraSerializableProperty]
public int Angle { get; set; }

#Property Value

Type Description
Int32

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

#Remarks

The angle which is specified by this property is measured in degrees, and clockwise from the horizontal.

The following table illustrates how the Angle property works.

Angle=0 Angle=-30 Angle=30
AxisLabelAngle_0 AxisLabelAngle_-30 AxisLabelAngle_30

#Implements

DevExpress.Charts.Native.IAxisLabel.Angle
See Also