[]
        
(Showing Draft Content)

Rotating Data Labels

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;

See Also

Displaying the Data Label as a Percent in Pie Charts