I'm trying to create an XY chart to show how 2 different parameters for a machine vary by cycle number. I have the data stored in a dataset tag
I cannot figure out why the values on the second (right) Y axis are showing up out of order. The values in the dataset for the series in blue are doubles (the values for the red series are also doubles).
yAxes.0.value.format and yAxes.1.value.format are both set to #,###.##
Can you share your chart properties?
Y Axis Properties (for 2nd Y axis):
Series Properties (for 2nd series):
If you set a range for the peak power axis does that have any effect?
min: 0
max: 100
If you share the actual object as formatted code we can paste it into Designer to see what the problem is. Please see Wiki - how to post code on this forum.
1 Like
I know how to post code into the forum, but I'm not sure of the best way to export the object from Designer.
Find the object in Project Browser, right-click, Copy.