Measurement Studio for VC++

cancel
Showing results for 
Search instead for 
Did you mean: 

adding numeric scale on CWGraph3D control

I am using Measurement Studio for Visual C++. I have 2 questions;
1. How do you add the numeric scale on CWGraph3D control? The color map style of the CWGraph3D control is set to color spectrum.
2. How do you rotate the CWGraph3D control? I want to line it up horizontally.
Thanks !
0 Kudos
Message 1 of 2
(3,388 Views)
Hi Irene,

1. Are you referring to a x, y or z scale? You can add these both in property pages and programatically. Configure them by right-clicking on the graph and selecting Properties. On the Axes tab you can configure each of the axes. If you're referring to a scale telling what numeric values are associated with which colors then this is not something you can add automatically. You can however get the information that would be needed to create your own scale. The following post discusses this in some detail and gives an example in LabVIEW. You can use the ColorMapColors and ColorMapValues properties to obtain this information.

_49_%24_6_&UCATEGORY_S=0&USEARCHCONTEXT_QUESTION_0=3d+intensity&USEARCHCONTEXT_QUESTION_S=0> Is it p...

2. You can rotate the graph from the property pages as well. Open the property pages and select the Graph tab and then the 3D tab. This tab allows you to rotate the 3D graph. You can also configure this programmatically.

I hope this helps!!

Regards,

Sarah Miracle
National Instruments
0 Kudos
Message 2 of 2
(3,388 Views)