// sets the percentage of the chart to shows
UltraChart1.Transform3D.Scale = 80;
// sets the angle at which to rotate the Respective axis.
UltraChart1.Transform3D.XRotation = 45;
UltraChart1.Transform3D.YRotation = 45;
UltraChart1.Transform3D.ZRotation = 45;