Measurement Studio for .NET Languages

cancel
Showing results for 
Search instead for 
Did you mean: 

How to get to autoscale check in "Color map style" measurement studio 3d graph in VB.net 2005

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

 

0 Kudos
Message 1 of 2
(3,278 Views)

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

National Instruments
0 Kudos
Message 2 of 2
(3,259 Views)