04-29-2008 04:10 PM
04-29-2008 04:48 PM
04-29-2008 05:01 PM
I use this: Add the maximum number of needed scales per hand. You can swap sides to get a better look.
To switch on/off a scale use the property "Active Y Scale" to select the scale and "yscale.visible" to switch on/off.
I've written a small demo. I hope it's usefull.
03-23-2021 10:44 AM - edited 03-23-2021 10:51 AM
Hi Andreas_Fuerst I want to create duplicate scale for waveform chart for x axis. Is it possible to create ? the duplicate scale option from that menu list was not visible. I couldn't create duplicate scale. Please refer my attachments so that you can understand my problem.
03-23-2021 11:34 AM
I would say no. Waveform charts are special in that you send data to them one point or a few points at a time and the X-axis is constantly moving.
You can create a duplicate scale for the X axis on Waveform Graphs and XY Graphs.
09-13-2023 04:15 AM
I came across the same issue: i want to programmatically create scales and activate them if needed. I see the visibility flag, but no way to automatically create them. Does somebody knows how to do it? or it is just not possible.
Adding it manually in advance is a solution, but not the best one.
Accessing the scale legend properties, should be possible like accessing plot legend. It is just an array....
Thanks!
09-13-2023 04:43 AM
Hi Marian,
@Marian_G wrote:
i want to programmatically create scales and activate them if needed. I see the visibility flag, but no way to automatically create them. Does somebody knows how to do it? or it is just not possible.
Adding it manually in advance is a solution, but not the best one.
It's the same state as it was 15 years ago: create the scales manually at edit time and then you can switch their visibility at runtime…
09-13-2023 05:22 AM
Hi GerdW,
Thanks a lot for the reply.
Too bad it was not improved until now....
Best regards,
Marian
09-13-2023 09:48 AM
@Marian_G wrote:Thanks a lot for the reply.
Too bad it was not improved until now....
It will be lots of work and little gain. Actually, 0 financial gain for NI...
It's the same for captions. You can only create them during edit time. Not even scripting can create a caption...