Chart Rotate Z-Axis

I have a chart that is set to RealMode3d and when it first appears, it''s basically upside-down. How do I rotate, about the Z-Axis (through code, not the mouse), the Chart that is set to RealMode3D? I find chartControl.Rotate, but that sets the x-Axis rotation level. I find nothing in documentation, or examples. Please help.

1 Reply

ER Eric Robishaw April 13, 2006 02:38 PM UTC

I found it in the source: Use ChartControl1.ChartArea.Tilt. >I have a chart that is set to RealMode3d and when it first appears, it''s basically upside-down. > >How do I rotate, about the Z-Axis (through code, not the mouse), the Chart that is set to RealMode3D? > >I find chartControl.Rotate, but that sets the x-Axis rotation level. > >I find nothing in documentation, or examples. Please help. > >

Loader.
Up arrow icon