Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

user defined color map for Graph3D

( VC++6.0, CW++ ) :

I have created a user defined color map for Graph3D ( very coarse ). Is it possible to "interpolate" between the given colors, or can i only pick colors out of the predefined color map ?
0 Kudos
Message 1 of 5
(3,633 Views)
Each Plot object has a attribute called ColorMapInterpolate that controls this. If that attribute is set to TRUE (graph.GetPlots().Item(1).SetColorMapInterpolate(TRUE)), then it IS interpolating. However, you may be setting up to many colors or the values may change color to quickly to see the interpolation.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 2 of 5
(3,633 Views)
Haha - exactly what i was looking for !

The only problem is, that i don't have the function '~.SetColorMapInterpolate'. Probably there was an update to this product in the meantime.

Thank you.
0 Kudos
Message 3 of 5
(3,633 Views)
Yes, this was added in the MStudio 1.0.1 patch done last year, and you must have 1.0. You can contact NI to request a copy. It's a free upgrade.

Best Regards,

Chris Matthews
Measurement Studio Support Manager
0 Kudos
Message 4 of 5
(3,633 Views)
Does it say somewhere how many colors are too many?
0 Kudos
Message 5 of 5
(3,633 Views)