How To Protect Leftaxis In Maingraph


Nico35

Recommended Posts

Hello,

I would like knowing if it is possible to record in a Maingraph at the same time as the values the scales of range situated to the right and to the left of the Maingraph. (LeftAxis1 to 6 and RightAxis1 to 6)

At present when I return on my recorded data, scales are not protected and it is the current scale which is posted.

I hope that you understood me

Saddened for the spelling me am French:-)

Thank you in advance

Link to comment
Share on other sites

  • 2 weeks later...

You could do this using registry variables, though these are limited to integers, so you may need a multiplier. Let's assume you don't. In that case, just change the scale from and scale to parameters to registry variables, say:

registry.myGraphscaleFrom

and

registry.myGraphScaleTo

Then use screen components to change those variables and rescale the graph.

Link to comment
Share on other sites

Archived

This topic is now archived and is closed to further replies.