Hi, I am displaying data from 8 channels each on a seperate chart. I am using plot area and position property nodes to fix the size of each of these charts. I need auto-scaling but because of this, the charts are not aligned properly. Is there a way to fix the plot area and boundaries such that all the charts are aligned properly ?
Is the problem that the graph plot area is changed with the width of the scale values? If so then you could prevent that scaling (not the auto scaling of the scale, but of the graph area) by adding the line:
In LV6.1: Try to disable the chart property "Auto Adjust Scales" (located in front panel menu). In LV6.0.x: There is no possibility turn it off. 😞
Robert
"ponnaboy" schrieb im Newsbeitrag news:50650000000800000028840000-1042324653000@exchange.ni.com... > Hi, > I am displaying data from 8 channels each on a seperate chart. I am > using plot area and position property nodes to fix the size of each of > these charts. > I need auto-scaling but because of this, the charts are not aligned > properly. > Is there a way to fix the plot area and boundaries such that all the > charts are aligned properly ? > > Shiv >