LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Resize ZScale on Intensity Graph

I have an intensity graph I want to resize the gradient ZScale on (change the height programmatically). I haven't been able to find a property or method that will allow this to be changed at run time.

Thanks for your help.
Naveen
0 Kudos
Message 1 of 4
(3,116 Views)
Use ZScale.Range.Minimum and ZScale.Range.Maximum. Make sure that ZScale.ScaleFit is set to zero (don't autoscale).

-Jim
0 Kudos
Message 2 of 4
(3,116 Views)
I'm not trying to change the scaling range. I need to
be able to resize the gradient as seen on the front
panel, just like resizing any other control. This
will change the height and width of the "object". For
example, change it from 300 pixels high to 800 pixels
programmatically.

Naveen.
0 Kudos
Message 3 of 4
(3,116 Views)
Oh... That is a "Ramp" object. NI has not exposed that object yet.

-Jim
Message 4 of 4
(3,116 Views)