Version

Rotate 3D Charts

3D charts are based on a 3D graphics engine which supports scaling and rotation. The following properties control these 3D transforms:

Additionally, in WinChart™ the end user can scale the chart by holding down the ALT key and rolling the mouse wheel, or rotate the chart by holding down the ALT key and moving the mouse. endif::win-forms-old,win-forms[]The following code demonstrates how to rotate the x-axis.

2D Column chart

In Visual Basic:

Me.UltraChart1.Transform3D.XRotation += 30

In C#:

this.ultraChart1.Transform3D.XRotation += 30;