LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

change labels of multiple axis in xy-chart

Hi,

I want to programmatically change the labels of the axes in a xy-chart with two y-axes.
I can easily manage this for the x-axis and the first y-axis. But I can't find how to access the properties of the second y-axis. How to do this?

Steven

LV 7.1 - 8.2

0 Kudos
Message 1 of 4
(3,566 Views)

There is a property named "Active Y Scale".

In dictates which of the multiple axis you are going to act on.

Set it to the index of the axis you want to change BEFORE setting the label.

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 2 of 4
(3,564 Views)
You would have to set the property "Active Y scale" or "Active X scale".

André
Regards,
André (CLA, CLED)
Message 3 of 4
(3,562 Views)
Ben, Andre,

Thanks for your very fast reply.
5 stars for both, however I have only 39 posts so apparently I am not qualified to rate your perfect answer Smiley Sad

Steven

0 Kudos
Message 4 of 4
(3,555 Views)