05-12-2010 10:52 AM
05-13-2010 12:20 PM
You can programmatically modify the scale legend, some properties in LV 6 and 7, however in 8, most of that functionality was taken out. Now you can only choose to show all of the legend or none of it, you can do this programmatically, but there is not a function to let you control only some legends at a time.
Regards,
Andrew
08-10-2020 04:54 AM
Hi,
(Ten Years After)
I'm using LabVIEW 2017. The Help says:
"For example, if you want to modify the scale label, right-click the string element in the scale legend and create a Property Node for that element."
Is this true or not?
I have one small wish : to change the number of visible elements in scale legend array. Programmatically, of course.
Regards,
Ljubo.
08-10-2020 05:14 AM
Hi Ljubo,
@Ljubo wrote:
I have one small wish : to change the number of visible elements in scale legend array. Programmatically, of course.
When there is more than one scale you need to set the ActiveScale (using an ActiveScale property) before changing its properties…
(Your question is not very clear: do you want to change the scale label or do you want to switch its visibility?)
08-10-2020 06:10 AM
Hi!
Thank you for your fast response.
To clearify : I have one question and one wish.
1.The question : is it possible (LabVIEW Help says so!) that I can create a property node for string element in the scale legend? I can't or I don't know how to do it. Right-click on the string element does not give me any possibility to do it.
2. The wish : I would like to change the number of visible elements in the scale legend array.
I know how to show or hide the second axis and set its properties, but I do not know how to show or hide the third element in the scale legend.
Regards,
Ljubo.
08-10-2020 06:17 AM - edited 08-10-2020 06:18 AM
Hi Ljubo,
@Ljubo wrote:
To clearify : I have one question and one wish.
1.The question : is it possible (LabVIEW Help says so!) that I can create a property node for string element in the scale legend? I can't or I don't know how to do it. Right-click on the string element does not give me any possibility to do it.
2. The wish : I would like to change the number of visible elements in the scale legend array.
I know how to show or hide the second axis and set its properties, but I do not know how to show or hide the third element in the scale legend.
(Tested with LV2017.)