10-26-2010 12:47 PM
For the axcwgraph3d I can edit via the properties page the plots>>style>>color map style>>edit>>autoscale check box.
So how does one get to this check box programmably?
I'm using MS visual studio 2005
thanks
Bob
10-27-2010 05:44 PM
Hi Bob,
In order to change the Auto Scale property programmatically, you just need to find the correct property function. The following function should get you going:
AxCWGraph3D1.Plots.Item(1).ColorMapAutoScale = True