Zoom 3D Chart
Posted: Mon Aug 29, 2011 2:11 am
If I zoom a 3D chart using code, the chart will not zoom out beyong its original size (smaller).
I am using the following code:
Points1.Chart.Aspect.View3D = True
Points1.Chart.Walls.Visible = True
Points1.Chart.Aspect.Orthogonal = False
Points1.Chart.Aspect.Chart3DPercent = 100
Rotate1.Active = True
Steema.TeeChart.Drawing.TeeBase.TeeOpenGL.Active = True
TeeOpenGL1.Chart.Zoom.Active = True
TeeOpenGL1.Chart.Zoom.ZoomPercent(-10)
)
I am using the following code:
Points1.Chart.Aspect.View3D = True
Points1.Chart.Walls.Visible = True
Points1.Chart.Aspect.Orthogonal = False
Points1.Chart.Aspect.Chart3DPercent = 100
Rotate1.Active = True
Steema.TeeChart.Drawing.TeeBase.TeeOpenGL.Active = True
TeeOpenGL1.Chart.Zoom.Active = True
TeeOpenGL1.Chart.Zoom.ZoomPercent(-10)
)