No axis min / max using AddArrayGrid or SetMinMax
Posted: Mon Nov 15, 2004 8:33 pm
The AddArrayGrid method below gives me a nice surface.
TChart1.Series(2).asSurface.AddArrayGrid UBound(Positions), UBound(StepAngles), AmpGrid
Using AddArrayGrid, however, does not supply the min and max values for the X and Z axes that I need. So I thought the solution would be to use SetMinMax, but I'm having no luck getting the desired min and max values for axes displayed when I use AddArrayGrid on the surface series.
Any thoughts of what to try would be much appreciated.
TChart1.Series(2).asSurface.AddArrayGrid UBound(Positions), UBound(StepAngles), AmpGrid
Using AddArrayGrid, however, does not supply the min and max values for the X and Z axes that I need. So I thought the solution would be to use SetMinMax, but I'm having no luck getting the desired min and max values for axes displayed when I use AddArrayGrid on the surface series.
Any thoughts of what to try would be much appreciated.