[]
To rotate a datalabel for example to 90 degrees, use the following code:
To write code in Visual Basic
dataSeries.DataLabel.Style.Rotation = RotationEnum.Rotate90
To write code in C#
dataSeries.DataLabel.Style.Rotation = RotationEnum.Rotate90;