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